#1AA40A

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

Shades of Islamic Green #1AA40A

Tints of Islamic Green #1AA40A

Color information

#1AA40A (or 0x1AA40A) is unknown color: approx Islamic Green. HEX triplet: 1A, A4 and 0A. RGB value is (26,164,10). Sum of RGB (Red+Green+Blue) = 26+164+10=200 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13% from 200); Green value is 164 (64.45% from 255 or 82% from 200); Blue value is 10 (4.30% from 255 or 5% from 200); Max value from RGB is 164 - color contains mainly: green. Hex color #1AA40A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AA40A is #E55BF5. Grayscale: #696969. Windows color (decimal): -15031286 or 697370. OLE color: 697370.

HSL color Cylindrical-coordinate representation of color #1AA40A: hue angle of 113.77º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1AA40A is Cyan = 0.84, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB2616410-
CMYK0.8400.940.36
HSL113.77º88.51%34.12%-
HSV(B)113.77º93.9%64.31%-
XYZ13.7626.794.73-
YUV105.1874.2871.52-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13%
GREEN value IS 164 (64.45% from 255) = 82%
BLUE value IS 10 (4.30% from 255) = 5%
R=13%
G=82%
B=5%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal26164100.8400.940.36113.7788.5134.12
Hex1AA4A5405E24725922
Octal322441212401364416213142
Binary1101010100100101010101000101111010010011100101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA40A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,164,10); }

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

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

 a { background-color: rgb(26,164,10); }

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

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

 span { border-color: rgb(26,164,10); }

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