Html Css Color HEX #1AAA00 Islamic Green

📋 copy color: '#1AAA00'

red 26 ◦ green 170 ◦ blue 0

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

Shades of Islamic Green #1AAA00

Tints of Islamic Green #1AAA00

RGB

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

 GREEN value IS 170 (66.8% from 255) = 86.73%

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

R = 13.27%
G = 86.73%
B = 0%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#1AAA00 (or 0x1AAA00) is known color: Islamic Green. HEX triplet: 1A, AA and 00. RGB value is (26,170,0). Sum of RGB (Red+Green+Blue) = 26+170+0=196 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.27% from 196); Green value is 170 (66.80% from 255 or 86.73% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AAA00 is #E555FF. Grayscale: #6C6C6C. Windows color (decimal): -15029760 or 43546. OLE color: 43546.

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

Color convert

RGB 26 170 0 -
CMYK 0.85 0 1 0.33
HSL 110.82º 1% 0.33% -
HSV(B) 110.82º 1% 0.67% -
XYZ 14.8 28.97 4.81 -
YUV 107.56 67.29 69.82 -
System Red Green Blue C M Y K H S L
Decimal 26 170 0 0.85 0 1 0.33 110.82 1 0.33
Hex 1A AA 0 55 0 64 21 6F 64 21
Octal 32 252 0 125 0 144 41 157 144 41
Binary 11010 10101010 0 1010101 0 1100100 100001 1101111 1100100 100001

Color Harmonies of #1AAA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAA00

Black with #1AAA00

Text Example


Text Example

White with #1AAA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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