#1AAA0D

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

Shades of Islamic Green #1AAA0D

Tints of Islamic Green #1AAA0D

Color information

#1AAA0D (or 0x1AAA0D) is unknown color: approx Islamic Green. HEX triplet: 1A, AA and 0D. RGB value is (26,170,13). Sum of RGB (Red+Green+Blue) = 26+170+13=209 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.44% from 209); Green value is 170 (66.80% from 255 or 81.34% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AAA0D is #E555F2. Grayscale: #6D6D6D. Windows color (decimal): -15029747 or 895514. OLE color: 895514.

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

Color convert

RGB2617013-
CMYK0.8500.920.33
HSL115.03º85.79%35.88%-
HSV(B)115.03º92.35%66.67%-
XYZ14.87295.19-
YUV109.0573.7968.77-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.44%
GREEN value IS 170 (66.80% from 255) = 81.34%
BLUE value IS 13 (5.47% from 255) = 6.22%
R=12.44%
G=81.34%
B=6.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal26170130.8500.920.33115.0385.7935.88
Hex1AAAD5505C21735624
Octal322521512501344116312644
Binary1101010101010110110101010101110010000111100111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAA0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1AAA0D;
 }
 .AnyTagClassName
 {
   color: #1AAA0D;
 }
</style>
background-color css

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

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

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

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

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

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