#1AA50C

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

Shades of Islamic Green #1AA50C

Tints of Islamic Green #1AA50C

Color information

#1AA50C (or 0x1AA50C) is unknown color: approx Islamic Green. HEX triplet: 1A, A5 and 0C. RGB value is (26,165,12). Sum of RGB (Red+Green+Blue) = 26+165+12=203 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.81% from 203); Green value is 165 (64.84% from 255 or 81.28% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 165 - color contains mainly: green. Hex color #1AA50C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AA50C is #E55AF3. Grayscale: #6A6A6A. Windows color (decimal): -15031028 or 828698. OLE color: 828698.

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

Color convert

RGB2616512-
CMYK0.8400.930.35
HSL114.51º86.44%34.71%-
HSV(B)114.51º92.73%64.71%-
XYZ13.9527.164.85-
YUV10674.9570.94-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.81%
GREEN value IS 165 (64.84% from 255) = 81.28%
BLUE value IS 12 (5.08% from 255) = 5.91%
R=12.81%
G=81.28%
B=5.91%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal26165120.8400.930.35114.5186.4434.71
Hex1AA5C5405D23735623
Octal322451412401354316312643
Binary1101010100101110010101000101110110001111100111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,165,12); }

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

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

 a { background-color: rgb(26,165,12); }

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

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

 span { border-color: rgb(26,165,12); }

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