Html Css Color HEX #0EAA0D Islamic Green

📋 copy color: '#0EAA0D'

red 14 ◦ green 170 ◦ blue 13

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

Shades of Islamic Green #0EAA0D

Tints of Islamic Green #0EAA0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.6%

R = 7.11%
G = 86.29%
B = 6.6%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#0EAA0D (or 0x0EAA0D) is known color: Islamic Green. HEX triplet: 0E, AA and 0D. RGB value is (14,170,13). Sum of RGB (Red+Green+Blue) = 14+170+13=197 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.11% from 197); Green value is 170 (66.80% from 255 or 86.29% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAA0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EAA0D is #F155F2. Grayscale: #696969. Windows color (decimal): -15816179 or 895502. OLE color: 895502.

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

Color convert

RGB 14 170 13 -
CMYK 0.92 0 0.92 0.33
HSL 119.62º 0.86% 0.36% -
HSV(B) 119.62º 0.92% 0.67% -
XYZ 14.63 28.87 5.18 -
YUV 105.46 75.82 62.77 -
System Red Green Blue C M Y K H S L
Decimal 14 170 13 0.92 0 0.92 0.33 119.62 0.86 0.36
Hex E AA D 5C 0 5C 21 78 56 24
Octal 16 252 15 134 0 134 41 170 126 44
Binary 1110 10101010 1101 1011100 0 1011100 100001 1111000 1010110 100100

Color Harmonies of #0EAA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAA0D

Black with #0EAA0D

Text Example


Text Example

White with #0EAA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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