#1EA702

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

Shades of Islamic Green #1EA702

Tints of Islamic Green #1EA702

Color information

#1EA702 (or 0x1EA702) is unknown color: approx Islamic Green. HEX triplet: 1E, A7 and 02. RGB value is (30,167,2). Sum of RGB (Red+Green+Blue) = 30+167+2=199 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.08% from 199); Green value is 167 (65.62% from 255 or 83.92% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 167 - color contains mainly: green. Hex color #1EA702 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1EA702 is #E158FD. Grayscale: #6B6B6B. Windows color (decimal): -14768382 or 173854. OLE color: 173854.

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

Color convert

RGB301672-
CMYK0.8200.990.35
HSL109.82º97.63%33.14%-
HSV(B)109.82º98.8%65.49%-
XYZ14.3727.924.69-
YUV107.2368.6172.92-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.08%
GREEN value IS 167 (65.62% from 255) = 83.92%
BLUE value IS 2 (1.17% from 255) = 1.01%
R=15.08%
G=83.92%
B=1.01%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal3016720.8200.990.35109.8297.6333.14
Hex1EA7252063236e6221
Octal36247212201434315614241
Binary11110101001111010100100110001110001111011101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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