#0C9D33

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

Shades of Pigment Green #0C9D33

Tints of Pigment Green #0C9D33

Color information

#0C9D33 (or 0x0C9D33) is unknown color: approx Pigment Green. HEX triplet: 0C, 9D and 33. RGB value is (12,157,51). Sum of RGB (Red+Green+Blue) = 12+157+51=220 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.45% from 220); Green value is 157 (61.72% from 255 or 71.36% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 157 - color contains mainly: green. Hex color #0C9D33 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9D33 is #F362CC. Grayscale: #656565. Windows color (decimal): -15950541 or 3382540. OLE color: 3382540.

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

Color convert

RGB1215751-
CMYK0.9200.680.38
HSL136.14º85.8%33.14%-
HSV(B)136.14º92.36%61.57%-
XYZ12.8124.437.17-
YUV101.5699.4664.12-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.45%
GREEN value IS 157 (61.72% from 255) = 71.36%
BLUE value IS 51 (20.31% from 255) = 23.18%
R=5.45%
G=71.36%
B=23.18%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal12157510.9200.680.38136.1485.833.14
HexC9D335C04426885621
Octal142356313401044621012641
Binary110010011101110011101110001000100100110100010001010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,157,51); }

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

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

 a { background-color: rgb(12,157,51); }

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

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

 span { border-color: rgb(12,157,51); }

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