#1AAA00

Color #1AAA00 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #1AAA00

Tints of Islamic Green #1AAA00

Color information

#1AAA00 (or 0x1AAA00) is unknown color: approx 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

RGB261700-
CMYK0.85010.33
HSL110.82º100%33.33%-
HSV(B)110.82º100%66.67%-
XYZ14.828.974.81-
YUV107.5667.2969.82-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.27%
GREEN value IS 170 (66.80% from 255) = 86.73%
BLUE value IS 0 (0.39% from 255) = 0%
R=13.27%
G=86.73%
B=0%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal2617000.85010.33110.8210033.33
Hex1AAA055064216f6421
Octal32252012501444115714441
Binary1101010101010010101010110010010000111011111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>