Html Css Color HEX #0EA121 Forest Green

📋 copy color: '#0EA121'

red 14 ◦ green 161 ◦ blue 33

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

Shades of Forest Green #0EA121

Tints of Forest Green #0EA121

RGB

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

 GREEN value IS 161 (63.28% from 255) = 77.4%

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

R = 6.73%
G = 77.4%
B = 15.87%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#0EA121 (or 0x0EA121) is known color: Forest Green. HEX triplet: 0E, A1 and 21. RGB value is (14,161,33). Sum of RGB (Red+Green+Blue) = 14+161+33=208 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.73% from 208); Green value is 161 (63.28% from 255 or 77.40% from 208); Blue value is 33 (13.28% from 255 or 15.87% from 208); Max value from RGB is 161 - color contains mainly: green. Hex color #0EA121 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA121 is #F15EDE. Grayscale: #666666. Windows color (decimal): -15818463 or 2203918. OLE color: 2203918.

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

Color convert

RGB 14 161 33 -
CMYK 0.91 0 0.80 0.37
HSL 127.76º 0.84% 0.34% -
HSV(B) 127.76º 0.91% 0.63% -
XYZ 13.2 25.69 5.7 -
YUV 102.46 88.8 64.91 -
System Red Green Blue C M Y K H S L
Decimal 14 161 33 0.91 0 0.80 0.37 127.76 0.84 0.34
Hex E A1 21 5B 0 50 25 80 54 22
Octal 16 241 41 133 0 120 45 200 124 42
Binary 1110 10100001 100001 1011011 0 1010000 100101 10000000 1010100 100010

Color Harmonies of #0EA121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA121

Black with #0EA121

Text Example


Text Example

White with #0EA121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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