Html Css Color HEX #1EA502 Islamic Green

📋 copy color: '#1EA502'

red 30 ◦ green 165 ◦ blue 2

#1EA502
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #1EA502

Tints of Islamic Green #1EA502

RGB

 RED value IS 30 (12.11% from 255) = 15.23%

 GREEN value IS 165 (64.84% from 255) = 83.76%

 BLUE value IS 2 (1.17% from 255) = 1.02%

R = 15.23%
G = 83.76%
B = 1.02%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#1EA502 (or 0x1EA502) is known color: Islamic Green. HEX triplet: 1E, A5 and 02. RGB value is (30,165,2). Sum of RGB (Red+Green+Blue) = 30+165+2=197 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.23% from 197); Green value is 165 (64.84% from 255 or 83.76% from 197); Blue value is 2 (1.17% from 255 or 1.02% from 197); Max value from RGB is 165 - color contains mainly: green. Hex color #1EA502 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1EA502 is #E15AFD. Grayscale: #6A6A6A. Windows color (decimal): -14768894 or 173342. OLE color: 173342.

HSL color Cylindrical-coordinate representation of color #1EA502: hue angle of 109.69º 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 #1EA502 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 30 165 2 -
CMYK 0.82 0 0.99 0.35
HSL 109.69º 0.98% 0.33% -
HSV(B) 109.69º 0.99% 0.65% -
XYZ 14 27.19 4.57 -
YUV 106.05 69.27 73.75 -
System Red Green Blue C M Y K H S L
Decimal 30 165 2 0.82 0 0.99 0.35 109.69 0.98 0.33
Hex 1E A5 2 52 0 63 23 6E 62 21
Octal 36 245 2 122 0 143 43 156 142 41
Binary 11110 10100101 10 1010010 0 1100011 100011 1101110 1100010 100001

Color Harmonies of #1EA502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA502

Black with #1EA502

Text Example


Text Example

White with #1EA502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1EA502;
 }
 .AnyTagClassName
 {
   color: #1EA502;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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