#0C9E49

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

Shades of Pigment Green #0C9E49

Tints of Pigment Green #0C9E49

Color information

#0C9E49 (or 0x0C9E49) is unknown color: approx Pigment Green. HEX triplet: 0C, 9E and 49. RGB value is (12,158,73). Sum of RGB (Red+Green+Blue) = 12+158+73=243 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.94% from 243); Green value is 158 (62.11% from 255 or 65.02% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 158 - color contains mainly: green. Hex color #0C9E49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9E49 is #F361B6. Grayscale: #686868. Windows color (decimal): -15950263 or 4824588. OLE color: 4824588.

HSL color Cylindrical-coordinate representation of color #0C9E49: hue angle of 145.07º 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 #0C9E49 is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB1215873-
CMYK0.9200.540.38
HSL145.07º85.88%33.33%-
HSV(B)145.07º92.41%61.96%-
XYZ13.5825.0110.42-
YUV104.66110.1361.91-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.94%
GREEN value IS 158 (62.11% from 255) = 65.02%
BLUE value IS 73 (28.91% from 255) = 30.04%
R=4.94%
G=65.02%
B=30.04%

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
Decimal12158730.9200.540.38145.0785.8833.33
HexC9E495C03626915621
Octal142361111340664622112641
Binary110010011110100100110111000110110100110100100011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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