#1EAB05

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

Shades of Islamic Green #1EAB05

Tints of Islamic Green #1EAB05

Color information

#1EAB05 (or 0x1EAB05) is unknown color: approx Islamic Green. HEX triplet: 1E, AB and 05. RGB value is (30,171,5). Sum of RGB (Red+Green+Blue) = 30+171+5=206 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.56% from 206); Green value is 171 (67.19% from 255 or 83.01% from 206); Blue value is 5 (2.34% from 255 or 2.43% from 206); Max value from RGB is 171 - color contains mainly: green. Hex color #1EAB05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1EAB05 is #E154FA. Grayscale: #6E6E6E. Windows color (decimal): -14767355 or 371486. OLE color: 371486.

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

Color convert

RGB301715-
CMYK0.8200.970.33
HSL110.96º94.32%34.51%-
HSV(B)110.96º97.08%67.06%-
XYZ15.1329.415.02-
YUV109.9268.7971-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.56%
GREEN value IS 171 (67.19% from 255) = 83.01%
BLUE value IS 5 (2.34% from 255) = 2.43%
R=14.56%
G=83.01%
B=2.43%

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
Decimal3017150.8200.970.33110.9694.3234.51
Hex1EAB552061216f5e23
Octal36253512201414115713643
Binary111101010101110110100100110000110000111011111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAB05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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