Html Css Color HEX #1A9602 Islamic Green

📋 copy color: '#1A9602'

red 26 ◦ green 150 ◦ blue 2

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

Shades of Islamic Green #1A9602

Tints of Islamic Green #1A9602

RGB

 RED value IS 26 (10.55% from 255) = 14.61%

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

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

R = 14.61%
G = 84.27%
B = 1.12%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#1A9602 (or 0x1A9602) is known color: Islamic Green. HEX triplet: 1A, 96 and 02. RGB value is (26,150,2). Sum of RGB (Red+Green+Blue) = 26+150+2=178 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.61% from 178); Green value is 150 (58.98% from 255 or 84.27% from 178); Blue value is 2 (1.17% from 255 or 1.12% from 178); Max value from RGB is 150 - color contains mainly: green. Hex color #1A9602 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A9602 is #E569FD. Grayscale: #606060. Windows color (decimal): -15034878 or 169498. OLE color: 169498.

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

Color convert

RGB 26 150 2 -
CMYK 0.83 0 0.99 0.41
HSL 110.27º 0.97% 0.3% -
HSV(B) 110.27º 0.99% 0.59% -
XYZ 11.34 22.04 3.71 -
YUV 96.05 74.92 78.03 -
System Red Green Blue C M Y K H S L
Decimal 26 150 2 0.83 0 0.99 0.41 110.27 0.97 0.3
Hex 1A 96 2 53 0 63 29 6E 61 1E
Octal 32 226 2 123 0 143 51 156 141 36
Binary 11010 10010110 10 1010011 0 1100011 101001 1101110 1100001 11110

Color Harmonies of #1A9602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A9602

Black with #1A9602

Text Example


Text Example

White with #1A9602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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