#1eb40a

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

Shades of Islamic Green #1EB40A

Tints of Islamic Green #1EB40A

Color information

#1EB40A (or 0x1EB40A) is unknown color: approx Islamic Green. HEX triplet: 1E, B4 and 0A. RGB value is (30,180,10). Sum of RGB (Red+Green+Blue) = 30+180+10=220 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.64% from 220); Green value is 180 (70.70% from 255 or 81.82% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 180 - color contains mainly: green. Hex color #1EB40A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EB40A is #E14BF5. Grayscale: #747474. Windows color (decimal): -14765046 or 701470. OLE color: 701470.

HSL color Cylindrical-coordinate representation of color #1EB40A: hue angle of 112.94º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1EB40A is Cyan = 0.83, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB3018010-
CMYK0.8300.940.29
HSL112.94º89.47%37.25%-
HSV(B)112.94º94.44%70.59%-
XYZ16.9132.945.75-
YUV115.7768.3166.82-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.64%
GREEN value IS 180 (70.70% from 255) = 81.82%
BLUE value IS 10 (4.30% from 255) = 4.55%
R=13.64%
G=81.82%
B=4.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal30180100.8300.940.29112.9489.4737.25
Hex1EB4A5305E1D715925
Octal362641212301363516113145
Binary111101011010010101010011010111101110111100011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1eb40a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,180,10); }

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

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

 a { background-color: rgb(30,180,10); }

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

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

 span { border-color: rgb(30,180,10); }

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