Html Css Color HEX #1EAA0B Islamic Green

📋 copy color: '#1EAA0B'

red 30 ◦ green 170 ◦ blue 11

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

Shades of Islamic Green #1EAA0B

Tints of Islamic Green #1EAA0B

RGB

 RED value IS 30 (12.11% from 255) = 14.22%

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

 BLUE value IS 11 (4.69% from 255) = 5.21%

R = 14.22%
G = 80.57%
B = 5.21%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#1EAA0B (or 0x1EAA0B) is known color: Islamic Green. HEX triplet: 1E, AA and 0B. RGB value is (30,170,11). Sum of RGB (Red+Green+Blue) = 30+170+11=211 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.22% from 211); Green value is 170 (66.80% from 255 or 80.57% from 211); Blue value is 11 (4.69% from 255 or 5.21% from 211); Max value from RGB is 170 - color contains mainly: green. Hex color #1EAA0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1EAA0B is #E155F4. Grayscale: #6E6E6E. Windows color (decimal): -14767605 or 764446. OLE color: 764446.

HSL color Cylindrical-coordinate representation of color #1EAA0B: hue angle of 112.83º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1EAA0B is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 30 170 11 -
CMYK 0.82 0 0.94 0.33
HSL 112.83º 0.88% 0.35% -
HSV(B) 112.83º 0.94% 0.67% -
XYZ 14.97 29.05 5.13 -
YUV 110.01 72.12 70.93 -
System Red Green Blue C M Y K H S L
Decimal 30 170 11 0.82 0 0.94 0.33 112.83 0.88 0.35
Hex 1E AA B 52 0 5E 21 71 58 23
Octal 36 252 13 122 0 136 41 161 130 43
Binary 11110 10101010 1011 1010010 0 1011110 100001 1110001 1011000 100011

Color Harmonies of #1EAA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAA0B

Black with #1EAA0B

Text Example


Text Example

White with #1EAA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1EAA0B; }

 p { color: rgb(30,170,11); }

 H1.HeaderClassName
 {
   color: #1EAA0B;
 }
 .AnyTagClassName
 {
   color: #1EAA0B;
 }
</style>

background-color css

<style>
 a { background-color: #1EAA0B; }

 a { background-color: rgb(30,170,11); }

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

border-color css

<style>
 span { border-color: #1EAA0B; }

 span { border-color: rgb(30,170,11); }

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