#0EA224

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

Shades of Forest Green #0EA224

Tints of Forest Green #0EA224

Color information

#0EA224 (or 0x0EA224) is unknown color: approx Forest Green. HEX triplet: 0E, A2 and 24. RGB value is (14,162,36). Sum of RGB (Red+Green+Blue) = 14+162+36=212 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.60% from 212); Green value is 162 (63.67% from 255 or 76.42% from 212); Blue value is 36 (14.45% from 255 or 16.98% from 212); Max value from RGB is 162 - color contains mainly: green. Hex color #0EA224 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA224 is #F15DDB. Grayscale: #676767. Windows color (decimal): -15818204 or 2400782. OLE color: 2400782.

HSL color Cylindrical-coordinate representation of color #0EA224: hue angle of 128.92º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA224 is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB1416236-
CMYK0.9100.780.36
HSL128.92º84.09%34.51%-
HSV(B)128.92º91.36%63.53%-
XYZ13.4226.065.99-
YUV103.3889.9764.25-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.60%
GREEN value IS 162 (63.67% from 255) = 76.42%
BLUE value IS 36 (14.45% from 255) = 16.98%
R=6.60%
G=76.42%
B=16.98%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14162360.9100.780.36128.9284.0934.51
HexEA2245B04E24815423
Octal162424413301164420112443
Binary111010100010100100101101101001110100100100000011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,162,36); }

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

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

 a { background-color: rgb(14,162,36); }

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

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

 span { border-color: rgb(14,162,36); }

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