#1AA907

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

Shades of Islamic Green #1AA907

Tints of Islamic Green #1AA907

Color information

#1AA907 (or 0x1AA907) is unknown color: approx Islamic Green. HEX triplet: 1A, A9 and 07. RGB value is (26,169,7). Sum of RGB (Red+Green+Blue) = 26+169+7=202 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.87% from 202); Green value is 169 (66.41% from 255 or 83.66% from 202); Blue value is 7 (3.12% from 255 or 3.47% from 202); Max value from RGB is 169 - color contains mainly: green. Hex color #1AA907 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AA907 is #E556F8. Grayscale: #6C6C6C. Windows color (decimal): -15030009 or 502042. OLE color: 502042.

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

Color convert

RGB261697-
CMYK0.8500.960.34
HSL112.96º92.05%34.51%-
HSV(B)112.96º95.86%66.27%-
XYZ14.6528.614.95-
YUV107.7871.1269.67-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.87%
GREEN value IS 169 (66.41% from 255) = 83.66%
BLUE value IS 7 (3.12% from 255) = 3.47%
R=12.87%
G=83.66%
B=3.47%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal2616970.8500.960.34112.9692.0534.51
Hex1AA975506022715c23
Octal32251712501404216113443
Binary110101010100111110101010110000010001011100011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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