#0F923A

Color #0F923A Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #0F923A

Tints of Pigment Green #0F923A

Color information

#0F923A (or 0x0F923A) is unknown color: approx Pigment Green. HEX triplet: 0F, 92 and 3A. RGB value is (15,146,58). Sum of RGB (Red+Green+Blue) = 15+146+58=219 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.85% from 219); Green value is 146 (57.42% from 255 or 66.67% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 146 - color contains mainly: green. Hex color #0F923A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F923A is #F06DC5. Grayscale: #616161. Windows color (decimal): -15756742 or 3838479. OLE color: 3838479.

HSL color Cylindrical-coordinate representation of color #0F923A: hue angle of 139.69º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F923A is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.43.

Color convert

RGB1514658-
CMYK0.9000.600.43
HSL139.69º81.37%31.57%-
HSV(B)139.69º89.73%57.25%-
XYZ11.2420.967.46-
YUV96.8106.169.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 15 (6.25% from 255) = 6.85%
GREEN value IS 146 (57.42% from 255) = 66.67%
BLUE value IS 58 (23.05% from 255) = 26.48%
R=6.85%
G=66.67%
B=26.48%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal15146580.9000.600.43139.6981.3731.57
HexF923A5A03C2B8c5120
Octal17222721320745321412140
Binary11111001001011101010110100111100101011100011001010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F923A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F923A; }

 p { color: rgb(15,146,58); }

 H1.HeaderClassName
 {
   color: #0F923A;
 }
 .AnyTagClassName
 {
   color: #0F923A;
 }
</style>
background-color css

<style>
 a { background-color: #0F923A; }

 a { background-color: rgb(15,146,58); }

 div.DivClassName
 {
   background-color: #0F923A;
 }
 .BgClassName
 {
   background-color: #0F923A;
 }
</style>
border-color css

<style>
 span { border-color: #0F923A; }

 span { border-color: rgb(15,146,58); }

 td.TdClassName
 {
   border-color: #0F923A;
 }
 .TagClassName
 {
   border-color: #0F923A;
 }
</style>