#1EAB02

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

Shades of Islamic Green #1EAB02

Tints of Islamic Green #1EAB02

Color information

#1EAB02 (or 0x1EAB02) is unknown color: approx Islamic Green. HEX triplet: 1E, AB and 02. RGB value is (30,171,2). Sum of RGB (Red+Green+Blue) = 30+171+2=203 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.78% from 203); Green value is 171 (67.19% from 255 or 84.24% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 171 - color contains mainly: green. Hex color #1EAB02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1EAB02 is #E154FD. Grayscale: #6E6E6E. Windows color (decimal): -14767358 or 174878. OLE color: 174878.

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

Color convert

RGB301712-
CMYK0.8200.990.33
HSL110.06º97.69%33.92%-
HSV(B)110.06º98.83%67.06%-
XYZ15.1129.414.94-
YUV109.5767.2971.24-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.78%
GREEN value IS 171 (67.19% from 255) = 84.24%
BLUE value IS 2 (1.17% from 255) = 0.99%
R=14.78%
G=84.24%
B=0.99%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal3017120.8200.990.33110.0697.6933.92
Hex1EAB252063216e6222
Octal36253212201434115614242
Binary11110101010111010100100110001110000111011101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAB02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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