#1AA90C

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

Shades of Islamic Green #1AA90C

Tints of Islamic Green #1AA90C

Color information

#1AA90C (or 0x1AA90C) is unknown color: approx Islamic Green. HEX triplet: 1A, A9 and 0C. RGB value is (26,169,12). Sum of RGB (Red+Green+Blue) = 26+169+12=207 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.56% from 207); Green value is 169 (66.41% from 255 or 81.64% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 169 - color contains mainly: green. Hex color #1AA90C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AA90C is #E556F3. Grayscale: #6C6C6C. Windows color (decimal): -15030004 or 829722. OLE color: 829722.

HSL color Cylindrical-coordinate representation of color #1AA90C: hue angle of 114.65º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1AA90C is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB2616912-
CMYK0.8500.930.34
HSL114.65º86.74%35.49%-
HSV(B)114.65º92.9%66.27%-
XYZ14.6828.625.1-
YUV108.3473.6269.27-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.56%
GREEN value IS 169 (66.41% from 255) = 81.64%
BLUE value IS 12 (5.08% from 255) = 5.80%
R=12.56%
G=81.64%
B=5.80%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal26169120.8500.930.34114.6586.7435.49
Hex1AA9C5505D22735723
Octal322511412501354216312743
Binary1101010101001110010101010101110110001011100111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA90C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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