Html Css Color HEX #0EA321 Forest Green

📋 copy color: '#0EA321'

red 14 ◦ green 163 ◦ blue 33

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

Shades of Forest Green #0EA321

Tints of Forest Green #0EA321

RGB

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

 GREEN value IS 163 (64.06% from 255) = 77.62%

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

R = 6.67%
G = 77.62%
B = 15.71%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#0EA321 (or 0x0EA321) is known color: Forest Green. HEX triplet: 0E, A3 and 21. RGB value is (14,163,33). Sum of RGB (Red+Green+Blue) = 14+163+33=210 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.67% from 210); Green value is 163 (64.06% from 255 or 77.62% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 163 - color contains mainly: green. Hex color #0EA321 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA321 is #F15CDE. Grayscale: #686868. Windows color (decimal): -15817951 or 2204430. OLE color: 2204430.

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

Color convert

RGB 14 163 33 -
CMYK 0.91 0 0.80 0.36
HSL 127.65º 0.84% 0.35% -
HSV(B) 127.65º 0.91% 0.64% -
XYZ 13.55 26.4 5.82 -
YUV 103.63 88.14 64.07 -
System Red Green Blue C M Y K H S L
Decimal 14 163 33 0.91 0 0.80 0.36 127.65 0.84 0.35
Hex E A3 21 5B 0 50 24 80 54 23
Octal 16 243 41 133 0 120 44 200 124 43
Binary 1110 10100011 100001 1011011 0 1010000 100100 10000000 1010100 100011

Color Harmonies of #0EA321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA321

Black with #0EA321

Text Example


Text Example

White with #0EA321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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