Html Css Color HEX #0EAA0F Islamic Green

📋 copy color: '#0EAA0F'

red 14 ◦ green 170 ◦ blue 15

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

Shades of Islamic Green #0EAA0F

Tints of Islamic Green #0EAA0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.54%

R = 7.04%
G = 85.43%
B = 7.54%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#0EAA0F (or 0x0EAA0F) is known color: Islamic Green. HEX triplet: 0E, AA and 0F. RGB value is (14,170,15). Sum of RGB (Red+Green+Blue) = 14+170+15=199 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.04% from 199); Green value is 170 (66.80% from 255 or 85.43% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAA0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EAA0F is #F155F0. Grayscale: #6A6A6A. Windows color (decimal): -15816177 or 1026574. OLE color: 1026574.

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

Color convert

RGB 14 170 15 -
CMYK 0.92 0 0.91 0.33
HSL 120.38º 0.85% 0.36% -
HSV(B) 120.38º 0.92% 0.67% -
XYZ 14.64 28.88 5.25 -
YUV 105.69 76.82 62.6 -
System Red Green Blue C M Y K H S L
Decimal 14 170 15 0.92 0 0.91 0.33 120.38 0.85 0.36
Hex E AA F 5C 0 5B 21 78 55 24
Octal 16 252 17 134 0 133 41 170 125 44
Binary 1110 10101010 1111 1011100 0 1011011 100001 1111000 1010101 100100

Color Harmonies of #0EAA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAA0F

Black with #0EAA0F

Text Example


Text Example

White with #0EAA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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