Html Css Color HEX #0E9520 Forest Green

📋 copy color: '#0E9520'

red 14 ◦ green 149 ◦ blue 32

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

Shades of Forest Green #0E9520

Tints of Forest Green #0E9520

RGB

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

 GREEN value IS 149 (58.59% from 255) = 76.41%

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

R = 7.18%
G = 76.41%
B = 16.41%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#0E9520 (or 0x0E9520) is known color: Forest Green. HEX triplet: 0E, 95 and 20. RGB value is (14,149,32). Sum of RGB (Red+Green+Blue) = 14+149+32=195 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.18% from 195); Green value is 149 (58.59% from 255 or 76.41% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 149 - color contains mainly: green. Hex color #0E9520 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9520 is #F16ADF. Grayscale: #5F5F5F. Windows color (decimal): -15821536 or 2135310. OLE color: 2135310.

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

Color convert

RGB 14 149 32 -
CMYK 0.91 0 0.79 0.42
HSL 128º 0.83% 0.32% -
HSV(B) 128º 0.91% 0.58% -
XYZ 11.19 21.69 4.96 -
YUV 95.3 92.27 70.01 -
System Red Green Blue C M Y K H S L
Decimal 14 149 32 0.91 0 0.79 0.42 128 0.83 0.32
Hex E 95 20 5B 0 4F 2A 80 53 20
Octal 16 225 40 133 0 117 52 200 123 40
Binary 1110 10010101 100000 1011011 0 1001111 101010 10000000 1010011 100000

Color Harmonies of #0E9520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9520

Black with #0E9520

Text Example


Text Example

White with #0E9520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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