#01AA07

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

Shades of Islamic Green #01AA07

Tints of Islamic Green #01AA07

Color information

#01AA07 (or 0x01AA07) is unknown color: approx Islamic Green. HEX triplet: 01, AA and 07. RGB value is (1,170,7). Sum of RGB (Red+Green+Blue) = 1+170+7=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 170 (66.80% from 255 or 95.51% from 178); Blue value is 7 (3.12% from 255 or 3.93% from 178); Max value from RGB is 170 - color contains mainly: green. Hex color #01AA07 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01AA07 is #FE55F8. Grayscale: #656565. Windows color (decimal): -16668153 or 502273. OLE color: 502273.

HSL color Cylindrical-coordinate representation of color #01AA07: hue angle of 122.13º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AA07 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB11707-
CMYK0.9900.960.33
HSL122.13º98.83%33.53%-
HSV(B)122.13º99.41%66.67%-
XYZ14.4328.774.99-
YUV100.8975.0156.75-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 170 (66.80% from 255) = 95.51%
BLUE value IS 7 (3.12% from 255) = 3.93%
R=0.56%
G=95.51%
B=3.93%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117070.9900.960.33122.1398.8333.53
Hex1AA763060217a6322
Octal1252714301404117214342
Binary11010101011111000110110000010000111110101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01AA07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01AA07; }

 p { color: rgb(1,170,7); }

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

<style>
 a { background-color: #01AA07; }

 a { background-color: rgb(1,170,7); }

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

<style>
 span { border-color: #01AA07; }

 span { border-color: rgb(1,170,7); }

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