#1EAB06

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

Shades of Islamic Green #1EAB06

Tints of Islamic Green #1EAB06

Color information

#1EAB06 (or 0x1EAB06) is unknown color: approx Islamic Green. HEX triplet: 1E, AB and 06. RGB value is (30,171,6). Sum of RGB (Red+Green+Blue) = 30+171+6=207 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.49% from 207); Green value is 171 (67.19% from 255 or 82.61% from 207); Blue value is 6 (2.73% from 255 or 2.90% from 207); Max value from RGB is 171 - color contains mainly: green. Hex color #1EAB06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1EAB06 is #E154F9. Grayscale: #6E6E6E. Windows color (decimal): -14767354 or 437022. OLE color: 437022.

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

Color convert

RGB301716-
CMYK0.8200.960.33
HSL111.27º93.22%34.71%-
HSV(B)111.27º96.49%67.06%-
XYZ15.1329.415.05-
YUV110.0369.2970.92-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.49%
GREEN value IS 171 (67.19% from 255) = 82.61%
BLUE value IS 6 (2.73% from 255) = 2.90%
R=14.49%
G=82.61%
B=2.90%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal3017160.8200.960.33111.2793.2234.71
Hex1EAB652060216f5d23
Octal36253612201404115713543
Binary111101010101111010100100110000010000111011111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAB06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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