#0EA526

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

Shades of Forest Green #0EA526

Tints of Forest Green #0EA526

Color information

#0EA526 (or 0x0EA526) is unknown color: approx Forest Green. HEX triplet: 0E, A5 and 26. RGB value is (14,165,38). Sum of RGB (Red+Green+Blue) = 14+165+38=217 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.45% from 217); Green value is 165 (64.84% from 255 or 76.04% from 217); Blue value is 38 (15.23% from 255 or 17.51% from 217); Max value from RGB is 165 - color contains mainly: green. Hex color #0EA526 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA526 is #F15AD9. Grayscale: #696969. Windows color (decimal): -15817434 or 2532622. OLE color: 2532622.

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

Color convert

RGB1416538-
CMYK0.9200.770.35
HSL129.54º84.36%35.1%-
HSV(B)129.54º91.52%64.71%-
XYZ13.9927.146.34-
YUV105.3789.9762.83-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.45%
GREEN value IS 165 (64.84% from 255) = 76.04%
BLUE value IS 38 (15.23% from 255) = 17.51%
R=6.45%
G=76.04%
B=17.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal14165380.9200.770.35129.5484.3635.1
HexEA5265C04D23825423
Octal162454613401154320212443
Binary111010100101100110101110001001101100011100000101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,165,38); }

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

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

 a { background-color: rgb(14,165,38); }

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

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

 span { border-color: rgb(14,165,38); }

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