#0C9419

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

Shades of Forest Green #0C9419

Tints of Forest Green #0C9419

Color information

#0C9419 (or 0x0C9419) is unknown color: approx Forest Green. HEX triplet: 0C, 94 and 19. RGB value is (12,148,25). Sum of RGB (Red+Green+Blue) = 12+148+25=185 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.49% from 185); Green value is 148 (58.20% from 255 or 80% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 148 - color contains mainly: green. Hex color #0C9419 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9419 is #F36BE6. Grayscale: #5D5D5D. Windows color (decimal): -15952871 or 1676300. OLE color: 1676300.

HSL color Cylindrical-coordinate representation of color #0C9419: hue angle of 125.74º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9419 is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB1214825-
CMYK0.9200.830.42
HSL125.74º85%31.37%-
HSV(B)125.74º91.89%58.04%-
XYZ10.9221.334.46-
YUV93.3189.4470-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.49%
GREEN value IS 148 (58.20% from 255) = 80%
BLUE value IS 25 (10.16% from 255) = 13.51%
R=6.49%
G=80%
B=13.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12148250.9200.830.42125.748531.37
HexC94195C0532A7e551f
Octal142243113401235217612537
Binary110010010100110011011100010100111010101111110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,148,25); }

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

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

 a { background-color: rgb(12,148,25); }

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

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

 span { border-color: rgb(12,148,25); }

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