Html Css Color HEX #1E9602 Islamic Green

📋 copy color: '#1E9602'

red 30 ◦ green 150 ◦ blue 2

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

Shades of Islamic Green #1E9602

Tints of Islamic Green #1E9602

RGB

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

 GREEN value IS 150 (58.98% from 255) = 82.42%

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

R = 16.48%
G = 82.42%
B = 1.1%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#1E9602 (or 0x1E9602) is known color: Islamic Green. HEX triplet: 1E, 96 and 02. RGB value is (30,150,2). Sum of RGB (Red+Green+Blue) = 30+150+2=182 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.48% from 182); Green value is 150 (58.98% from 255 or 82.42% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 150 - color contains mainly: green. Hex color #1E9602 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1E9602 is #E169FD. Grayscale: #616161. Windows color (decimal): -14772734 or 169502. OLE color: 169502.

HSL color Cylindrical-coordinate representation of color #1E9602: hue angle of 108.65º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E9602 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 30 150 2 -
CMYK 0.80 0 0.99 0.41
HSL 108.65º 0.97% 0.3% -
HSV(B) 108.65º 0.99% 0.59% -
XYZ 11.45 22.09 3.72 -
YUV 97.25 74.24 80.03 -
System Red Green Blue C M Y K H S L
Decimal 30 150 2 0.80 0 0.99 0.41 108.65 0.97 0.3
Hex 1E 96 2 50 0 63 29 6D 61 1E
Octal 36 226 2 120 0 143 51 155 141 36
Binary 11110 10010110 10 1010000 0 1100011 101001 1101101 1100001 11110

Color Harmonies of #1E9602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E9602

Black with #1E9602

Text Example


Text Example

White with #1E9602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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