#0EA225

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

Shades of Forest Green #0EA225

Tints of Forest Green #0EA225

Color information

#0EA225 (or 0x0EA225) is unknown color: approx Forest Green. HEX triplet: 0E, A2 and 25. RGB value is (14,162,37). Sum of RGB (Red+Green+Blue) = 14+162+37=213 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.57% from 213); Green value is 162 (63.67% from 255 or 76.06% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 162 - color contains mainly: green. Hex color #0EA225 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA225 is #F15DDA. Grayscale: #676767. Windows color (decimal): -15818203 or 2466318. OLE color: 2466318.

HSL color Cylindrical-coordinate representation of color #0EA225: hue angle of 129.32º 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 #0EA225 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB1416237-
CMYK0.9100.770.36
HSL129.32º84.09%34.51%-
HSV(B)129.32º91.36%63.53%-
XYZ13.4426.076.07-
YUV103.590.4764.16-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.57%
GREEN value IS 162 (63.67% from 255) = 76.06%
BLUE value IS 37 (14.84% from 255) = 17.37%
R=6.57%
G=76.06%
B=17.37%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14162370.9100.770.36129.3284.0934.51
HexEA2255B04D24815423
Octal162424513301154420112443
Binary111010100010100101101101101001101100100100000011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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