Html Css Color HEX #0EA921 Forest Green

📋 copy color: '#0EA921'

red 14 ◦ green 169 ◦ blue 33

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

Shades of Forest Green #0EA921

Tints of Forest Green #0EA921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.28%

R = 6.48%
G = 78.24%
B = 15.28%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.80

 K value IS 0.34

RGB Variations

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

Color information

#0EA921 (or 0x0EA921) is known color: Forest Green. HEX triplet: 0E, A9 and 21. RGB value is (14,169,33). Sum of RGB (Red+Green+Blue) = 14+169+33=216 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.48% from 216); Green value is 169 (66.41% from 255 or 78.24% from 216); Blue value is 33 (13.28% from 255 or 15.28% from 216); Max value from RGB is 169 - color contains mainly: green. Hex color #0EA921 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA921 is #F156DE. Grayscale: #6B6B6B. Windows color (decimal): -15816415 or 2205966. OLE color: 2205966.

HSL color Cylindrical-coordinate representation of color #0EA921: hue angle of 127.35º 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 #0EA921 is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB 14 169 33 -
CMYK 0.92 0 0.80 0.34
HSL 127.35º 0.85% 0.36% -
HSV(B) 127.35º 0.92% 0.66% -
XYZ 14.64 28.58 6.18 -
YUV 107.15 86.15 61.56 -
System Red Green Blue C M Y K H S L
Decimal 14 169 33 0.92 0 0.80 0.34 127.35 0.85 0.36
Hex E A9 21 5C 0 50 22 7F 55 24
Octal 16 251 41 134 0 120 42 177 125 44
Binary 1110 10101001 100001 1011100 0 1010000 100010 1111111 1010101 100100

Color Harmonies of #0EA921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA921

Black with #0EA921

Text Example


Text Example

White with #0EA921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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