Html Css Color HEX #0EAA16 Islamic Green

📋 copy color: '#0EAA16'

red 14 ◦ green 170 ◦ blue 22

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

Shades of Islamic Green #0EAA16

Tints of Islamic Green #0EAA16

RGB

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

 GREEN value IS 170 (66.8% from 255) = 82.52%

 BLUE value IS 22 (8.98% from 255) = 10.68%

R = 6.8%
G = 82.52%
B = 10.68%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#0EAA16 (or 0x0EAA16) is known color: Islamic Green. HEX triplet: 0E, AA and 16. RGB value is (14,170,22). Sum of RGB (Red+Green+Blue) = 14+170+22=206 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.80% from 206); Green value is 170 (66.80% from 255 or 82.52% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAA16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EAA16 is #F155E9. Grayscale: #6A6A6A. Windows color (decimal): -15816170 or 1485326. OLE color: 1485326.

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

Color convert

RGB 14 170 22 -
CMYK 0.92 0 0.87 0.33
HSL 123.08º 0.85% 0.36% -
HSV(B) 123.08º 0.92% 0.67% -
XYZ 14.7 28.9 5.56 -
YUV 106.48 80.32 62.03 -
System Red Green Blue C M Y K H S L
Decimal 14 170 22 0.92 0 0.87 0.33 123.08 0.85 0.36
Hex E AA 16 5C 0 57 21 7B 55 24
Octal 16 252 26 134 0 127 41 173 125 44
Binary 1110 10101010 10110 1011100 0 1010111 100001 1111011 1010101 100100

Color Harmonies of #0EAA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAA16

Black with #0EAA16

Text Example


Text Example

White with #0EAA16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,170,22); }

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

background-color css

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

 a { background-color: rgb(14,170,22); }

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

border-color css

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

 span { border-color: rgb(14,170,22); }

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