#1EA60C

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

Shades of Islamic Green #1EA60C

Tints of Islamic Green #1EA60C

Color information

#1EA60C (or 0x1EA60C) is unknown color: approx Islamic Green. HEX triplet: 1E, A6 and 0C. RGB value is (30,166,12). Sum of RGB (Red+Green+Blue) = 30+166+12=208 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.42% from 208); Green value is 166 (65.23% from 255 or 79.81% from 208); Blue value is 12 (5.08% from 255 or 5.77% from 208); Max value from RGB is 166 - color contains mainly: green. Hex color #1EA60C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1EA60C is #E159F3. Grayscale: #6C6C6C. Windows color (decimal): -14768628 or 828958. OLE color: 828958.

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

Color convert

RGB3016612-
CMYK0.8200.930.35
HSL112.99º86.52%34.9%-
HSV(B)112.99º92.77%65.1%-
XYZ14.2427.584.92-
YUV107.7873.9472.52-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.42%
GREEN value IS 166 (65.23% from 255) = 79.81%
BLUE value IS 12 (5.08% from 255) = 5.77%
R=14.42%
G=79.81%
B=5.77%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal30166120.8200.930.35112.9986.5234.9
Hex1EA6C5205D23715723
Octal362461412201354316112743
Binary1111010100110110010100100101110110001111100011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA60C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,166,12); }

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

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

 a { background-color: rgb(30,166,12); }

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

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

 span { border-color: rgb(30,166,12); }

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