#01AA08

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

Shades of Islamic Green #01AA08

Tints of Islamic Green #01AA08

Color information

#01AA08 (or 0x01AA08) is unknown color: approx Islamic Green. HEX triplet: 01, AA and 08. RGB value is (1,170,8). Sum of RGB (Red+Green+Blue) = 1+170+8=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 170 (66.80% from 255 or 94.97% from 179); Blue value is 8 (3.52% from 255 or 4.47% from 179); Max value from RGB is 170 - color contains mainly: green. Hex color #01AA08 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01AA08 is #FE55F7. Grayscale: #656565. Windows color (decimal): -16668152 or 567809. OLE color: 567809.

HSL color Cylindrical-coordinate representation of color #01AA08: hue angle of 122.49º 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 #01AA08 is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB11708-
CMYK0.9900.950.33
HSL122.49º98.83%33.53%-
HSV(B)122.49º99.41%66.67%-
XYZ14.4328.775.02-
YUV10175.5156.67-

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) = 94.97%
BLUE value IS 8 (3.52% from 255) = 4.47%
R=0.56%
G=94.97%
B=4.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117080.9900.950.33122.4998.8333.53
Hex1AA86305F217a6322
Octal12521014301374117214342
Binary110101010100011000110101111110000111110101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01AA08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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