#1EA201

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

Shades of Islamic Green #1EA201

Tints of Islamic Green #1EA201

Color information

#1EA201 (or 0x1EA201) is unknown color: approx Islamic Green. HEX triplet: 1E, A2 and 01. RGB value is (30,162,1). Sum of RGB (Red+Green+Blue) = 30+162+1=193 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.54% from 193); Green value is 162 (63.67% from 255 or 83.94% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 162 - color contains mainly: green. Hex color #1EA201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1EA201 is #E15DFE. Grayscale: #686868. Windows color (decimal): -14769663 or 107038. OLE color: 107038.

HSL color Cylindrical-coordinate representation of color #1EA201: hue angle of 109.19º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1EA201 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB301621-
CMYK0.8100.990.36
HSL109.19º98.77%31.96%-
HSV(B)109.19º99.38%63.53%-
XYZ13.4626.124.36-
YUV104.1869.7775.09-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.54%
GREEN value IS 162 (63.67% from 255) = 83.94%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=15.54%
G=83.94%
B=0.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal3016210.8100.990.36109.1998.7731.96
Hex1EA2151063246d6320
Octal36242112101434415514340
Binary1111010100010110100010110001110010011011011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,162,1); }

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

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

 a { background-color: rgb(30,162,1); }

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

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

 span { border-color: rgb(30,162,1); }

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