#0EA11E

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

Shades of Forest Green #0EA11E

Tints of Forest Green #0EA11E

Color information

#0EA11E (or 0x0EA11E) is unknown color: approx Forest Green. HEX triplet: 0E, A1 and 1E. RGB value is (14,161,30). Sum of RGB (Red+Green+Blue) = 14+161+30=205 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.83% from 205); Green value is 161 (63.28% from 255 or 78.54% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 161 - color contains mainly: green. Hex color #0EA11E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA11E is #F15EE1. Grayscale: #666666. Windows color (decimal): -15818466 or 2007310. OLE color: 2007310.

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

Color convert

RGB1416130-
CMYK0.9100.810.37
HSL126.53º84%34.31%-
HSV(B)126.53º91.3%63.14%-
XYZ13.1625.685.49-
YUV102.1187.365.15-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.83%
GREEN value IS 161 (63.28% from 255) = 78.54%
BLUE value IS 30 (12.11% from 255) = 14.63%
R=6.83%
G=78.54%
B=14.63%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal14161300.9100.810.37126.538434.31
HexEA11E5B051257f5422
Octal162413613301214517712442
Binary1110101000011111010110110101000110010111111111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,161,30); }

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

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

 a { background-color: rgb(14,161,30); }

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

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

 span { border-color: rgb(14,161,30); }

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