Html Css Color HEX #1AA600 Islamic Green

📋 copy color: '#1AA600'

red 26 ◦ green 166 ◦ blue 0

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

Shades of Islamic Green #1AA600

Tints of Islamic Green #1AA600

RGB

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

 GREEN value IS 166 (65.23% from 255) = 86.46%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 13.54%
G = 86.46%
B = 0%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#1AA600 (or 0x1AA600) is known color: Islamic Green. HEX triplet: 1A, A6 and 00. RGB value is (26,166,0). Sum of RGB (Red+Green+Blue) = 26+166+0=192 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.54% from 192); Green value is 166 (65.23% from 255 or 86.46% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 166 - color contains mainly: green. Hex color #1AA600 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AA600 is #E559FF. Grayscale: #696969. Windows color (decimal): -15030784 or 42522. OLE color: 42522.

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

Color convert

RGB 26 166 0 -
CMYK 0.84 0 1 0.35
HSL 110.6º 1% 0.33% -
HSV(B) 110.6º 1% 0.65% -
XYZ 14.06 27.49 4.57 -
YUV 105.22 68.62 71.5 -
System Red Green Blue C M Y K H S L
Decimal 26 166 0 0.84 0 1 0.35 110.6 1 0.33
Hex 1A A6 0 54 0 64 23 6F 64 21
Octal 32 246 0 124 0 144 43 157 144 41
Binary 11010 10100110 0 1010100 0 1100100 100011 1101111 1100100 100001

Color Harmonies of #1AA600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA600

Black with #1AA600

Text Example


Text Example

White with #1AA600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,166,0); }

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

background-color css

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

 a { background-color: rgb(26,166,0); }

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

border-color css

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

 span { border-color: rgb(26,166,0); }

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