#0CA01E

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

Shades of Forest Green #0CA01E

Tints of Forest Green #0CA01E

Color information

#0CA01E (or 0x0CA01E) is unknown color: approx Forest Green. HEX triplet: 0C, A0 and 1E. RGB value is (12,160,30). Sum of RGB (Red+Green+Blue) = 12+160+30=202 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.94% from 202); Green value is 160 (62.89% from 255 or 79.21% from 202); Blue value is 30 (12.11% from 255 or 14.85% from 202); Max value from RGB is 160 - color contains mainly: green. Hex color #0CA01E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA01E is #F35FE1. Grayscale: #656565. Windows color (decimal): -15949794 or 2007052. OLE color: 2007052.

HSL color Cylindrical-coordinate representation of color #0CA01E: hue angle of 127.3º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA01E is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB1216030-
CMYK0.9300.810.37
HSL127.3º86.05%33.73%-
HSV(B)127.3º92.5%62.75%-
XYZ12.9625.315.43-
YUV100.9387.9764.57-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.94%
GREEN value IS 160 (62.89% from 255) = 79.21%
BLUE value IS 30 (12.11% from 255) = 14.85%
R=5.94%
G=79.21%
B=14.85%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal12160300.9300.810.37127.386.0533.73
HexCA01E5D051257f5622
Octal142403613501214517712642
Binary1100101000001111010111010101000110010111111111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA01E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,160,30); }

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

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

 a { background-color: rgb(12,160,30); }

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

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

 span { border-color: rgb(12,160,30); }

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