Html Css Color HEX #0E9D20 Forest Green

📋 copy color: '#0E9D20'

red 14 ◦ green 157 ◦ blue 32

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

Shades of Forest Green #0E9D20

Tints of Forest Green #0E9D20

RGB

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

 GREEN value IS 157 (61.72% from 255) = 77.34%

 BLUE value IS 32 (12.89% from 255) = 15.76%

R = 6.9%
G = 77.34%
B = 15.76%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#0E9D20 (or 0x0E9D20) is known color: Forest Green. HEX triplet: 0E, 9D and 20. RGB value is (14,157,32). Sum of RGB (Red+Green+Blue) = 14+157+32=203 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.90% from 203); Green value is 157 (61.72% from 255 or 77.34% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 157 - color contains mainly: green. Hex color #0E9D20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9D20 is #F162DF. Grayscale: #646464. Windows color (decimal): -15819488 or 2137358. OLE color: 2137358.

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

Color convert

RGB 14 157 32 -
CMYK 0.91 0 0.80 0.38
HSL 127.55º 0.84% 0.34% -
HSV(B) 127.55º 0.91% 0.62% -
XYZ 12.5 24.31 5.4 -
YUV 99.99 89.62 66.66 -
System Red Green Blue C M Y K H S L
Decimal 14 157 32 0.91 0 0.80 0.38 127.55 0.84 0.34
Hex E 9D 20 5B 0 50 26 80 54 22
Octal 16 235 40 133 0 120 46 200 124 42
Binary 1110 10011101 100000 1011011 0 1010000 100110 10000000 1010100 100010

Color Harmonies of #0E9D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9D20

Black with #0E9D20

Text Example


Text Example

White with #0E9D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,157,32); }

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

background-color css

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

 a { background-color: rgb(14,157,32); }

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

border-color css

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

 span { border-color: rgb(14,157,32); }

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