Html Css Color HEX #0EA920 Forest Green

📋 copy color: '#0EA920'

red 14 ◦ green 169 ◦ blue 32

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

Shades of Forest Green #0EA920

Tints of Forest Green #0EA920

RGB

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

 GREEN value IS 169 (66.41% from 255) = 78.6%

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

R = 6.51%
G = 78.6%
B = 14.88%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.81

 K value IS 0.34

RGB Variations

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

Color information

#0EA920 (or 0x0EA920) is known color: Forest Green. HEX triplet: 0E, A9 and 20. RGB value is (14,169,32). Sum of RGB (Red+Green+Blue) = 14+169+32=215 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.51% from 215); Green value is 169 (66.41% from 255 or 78.60% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 169 - color contains mainly: green. Hex color #0EA920 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA920 is #F156DF. Grayscale: #6B6B6B. Windows color (decimal): -15816416 or 2140430. OLE color: 2140430.

HSL color Cylindrical-coordinate representation of color #0EA920: hue angle of 126.97º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA920 is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.34.

Color convert

RGB 14 169 32 -
CMYK 0.92 0 0.81 0.34
HSL 126.97º 0.85% 0.36% -
HSV(B) 126.97º 0.92% 0.66% -
XYZ 14.63 28.57 6.11 -
YUV 107.04 85.65 61.64 -
System Red Green Blue C M Y K H S L
Decimal 14 169 32 0.92 0 0.81 0.34 126.97 0.85 0.36
Hex E A9 20 5C 0 51 22 7F 55 24
Octal 16 251 40 134 0 121 42 177 125 44
Binary 1110 10101001 100000 1011100 0 1010001 100010 1111111 1010101 100100

Color Harmonies of #0EA920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA920

Black with #0EA920

Text Example


Text Example

White with #0EA920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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