Html Css Color HEX #0E9820 Forest Green

📋 copy color: '#0E9820'

red 14 ◦ green 152 ◦ blue 32

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

Shades of Forest Green #0E9820

Tints of Forest Green #0E9820

RGB

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

 GREEN value IS 152 (59.77% from 255) = 76.77%

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

R = 7.07%
G = 76.77%
B = 16.16%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#0E9820 (or 0x0E9820) is known color: Forest Green. HEX triplet: 0E, 98 and 20. RGB value is (14,152,32). Sum of RGB (Red+Green+Blue) = 14+152+32=198 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.07% from 198); Green value is 152 (59.77% from 255 or 76.77% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 152 - color contains mainly: green. Hex color #0E9820 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9820 is #F167DF. Grayscale: #616161. Windows color (decimal): -15820768 or 2136078. OLE color: 2136078.

HSL color Cylindrical-coordinate representation of color #0E9820: hue angle of 127.83º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9820 is Cyan = 0.91, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB 14 152 32 -
CMYK 0.91 0 0.79 0.40
HSL 127.83º 0.83% 0.33% -
HSV(B) 127.83º 0.91% 0.6% -
XYZ 11.67 22.65 5.12 -
YUV 97.06 91.28 68.76 -
System Red Green Blue C M Y K H S L
Decimal 14 152 32 0.91 0 0.79 0.40 127.83 0.83 0.33
Hex E 98 20 5B 0 4F 28 80 53 21
Octal 16 230 40 133 0 117 50 200 123 41
Binary 1110 10011000 100000 1011011 0 1001111 101000 10000000 1010011 100001

Color Harmonies of #0E9820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9820

Black with #0E9820

Text Example


Text Example

White with #0E9820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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