#0EA620

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

Shades of Forest Green #0EA620

Tints of Forest Green #0EA620

Color information

#0EA620 (or 0x0EA620) is unknown color: approx Forest Green. HEX triplet: 0E, A6 and 20. RGB value is (14,166,32). Sum of RGB (Red+Green+Blue) = 14+166+32=212 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.60% from 212); Green value is 166 (65.23% from 255 or 78.30% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 166 - color contains mainly: green. Hex color #0EA620 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA620 is #F159DF. Grayscale: #696969. Windows color (decimal): -15817184 or 2139662. OLE color: 2139662.

HSL color Cylindrical-coordinate representation of color #0EA620: hue angle of 127.11º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA620 is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB1416632-
CMYK0.9200.810.35
HSL127.11º84.44%35.29%-
HSV(B)127.11º91.57%65.1%-
XYZ14.0827.475.93-
YUV105.2886.6462.9-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.60%
GREEN value IS 166 (65.23% from 255) = 78.30%
BLUE value IS 32 (12.89% from 255) = 15.09%
R=6.60%
G=78.30%
B=15.09%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal14166320.9200.810.35127.1184.4435.29
HexEA6205C051237f5423
Octal162464013401214317712443
Binary11101010011010000010111000101000110001111111111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,166,32); }

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

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

 a { background-color: rgb(14,166,32); }

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

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

 span { border-color: rgb(14,166,32); }

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