#1EAA05

Color #1EAA05 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #1EAA05

Tints of Islamic Green #1EAA05

Color information

#1EAA05 (or 0x1EAA05) is unknown color: approx Islamic Green. HEX triplet: 1E, AA and 05. RGB value is (30,170,5). Sum of RGB (Red+Green+Blue) = 30+170+5=205 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.63% from 205); Green value is 170 (66.80% from 255 or 82.93% from 205); Blue value is 5 (2.34% from 255 or 2.44% from 205); Max value from RGB is 170 - color contains mainly: green. Hex color #1EAA05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1EAA05 is #E155FA. Grayscale: #6D6D6D. Windows color (decimal): -14767611 or 371230. OLE color: 371230.

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

Color convert

RGB301705-
CMYK0.8200.970.33
HSL110.91º94.29%34.31%-
HSV(B)110.91º97.06%66.67%-
XYZ14.9429.044.96-
YUV109.3369.1271.42-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.63%
GREEN value IS 170 (66.80% from 255) = 82.93%
BLUE value IS 5 (2.34% from 255) = 2.44%
R=14.63%
G=82.93%
B=2.44%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal3017050.8200.970.33110.9194.2934.31
Hex1EAA552061216f5e22
Octal36252512201414115713642
Binary111101010101010110100100110000110000111011111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAA05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1EAA05;
 }
 .AnyTagClassName
 {
   color: #1EAA05;
 }
</style>
background-color css

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

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

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

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

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

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