#0C9F49

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

Shades of Pigment Green #0C9F49

Tints of Pigment Green #0C9F49

Color information

#0C9F49 (or 0x0C9F49) is unknown color: approx Pigment Green. HEX triplet: 0C, 9F and 49. RGB value is (12,159,73). Sum of RGB (Red+Green+Blue) = 12+159+73=244 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.92% from 244); Green value is 159 (62.5% from 255 or 65.16% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 159 - color contains mainly: green. Hex color #0C9F49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9F49 is #F360B6. Grayscale: #696969. Windows color (decimal): -15950007 or 4824844. OLE color: 4824844.

HSL color Cylindrical-coordinate representation of color #0C9F49: hue angle of 144.9º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9F49 is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB1215973-
CMYK0.9200.540.38
HSL144.9º85.96%33.53%-
HSV(B)144.9º92.45%62.35%-
XYZ13.7525.3610.47-
YUV105.24109.861.49-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.92%
GREEN value IS 159 (62.5% from 255) = 65.16%
BLUE value IS 73 (28.91% from 255) = 29.92%
R=4.92%
G=65.16%
B=29.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal12159730.9200.540.38144.985.9633.53
HexC9F495C03626915622
Octal142371111340664622112642
Binary110010011111100100110111000110110100110100100011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,159,73); }

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

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

 a { background-color: rgb(12,159,73); }

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

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

 span { border-color: rgb(12,159,73); }

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