Html Css Color HEX #0EA024 Forest Green

📋 copy color: '#0EA024'

red 14 ◦ green 160 ◦ blue 36

#0EA024
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #0EA024

Tints of Forest Green #0EA024

RGB

 RED value IS 14 (5.86% from 255) = 6.67%

 GREEN value IS 160 (62.89% from 255) = 76.19%

 BLUE value IS 36 (14.45% from 255) = 17.14%

R = 6.67%
G = 76.19%
B = 17.14%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#0EA024 (or 0x0EA024) is known color: Forest Green. HEX triplet: 0E, A0 and 24. RGB value is (14,160,36). Sum of RGB (Red+Green+Blue) = 14+160+36=210 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.67% from 210); Green value is 160 (62.89% from 255 or 76.19% from 210); Blue value is 36 (14.45% from 255 or 17.14% from 210); Max value from RGB is 160 - color contains mainly: green. Hex color #0EA024 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA024 is #F15FDB. Grayscale: #666666. Windows color (decimal): -15818716 or 2400270. OLE color: 2400270.

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

Color convert

RGB 14 160 36 -
CMYK 0.91 0 0.78 0.37
HSL 129.04º 0.84% 0.34% -
HSV(B) 129.04º 0.91% 0.63% -
XYZ 13.07 25.36 5.88 -
YUV 102.21 90.63 65.08 -
System Red Green Blue C M Y K H S L
Decimal 14 160 36 0.91 0 0.78 0.37 129.04 0.84 0.34
Hex E A0 24 5B 0 4E 25 81 54 22
Octal 16 240 44 133 0 116 45 201 124 42
Binary 1110 10100000 100100 1011011 0 1001110 100101 10000001 1010100 100010

Color Harmonies of #0EA024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA024

Black with #0EA024

Text Example


Text Example

White with #0EA024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0EA024;
 }
 .AnyTagClassName
 {
   color: #0EA024;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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