#06AA01

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

Shades of Islamic Green #06AA01

Tints of Islamic Green #06AA01

Color information

#06AA01 (or 0x06AA01) is unknown color: approx Islamic Green. HEX triplet: 06, AA and 01. RGB value is (6,170,1). Sum of RGB (Red+Green+Blue) = 6+170+1=177 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.39% from 177); Green value is 170 (66.80% from 255 or 96.05% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 170 - color contains mainly: green. Hex color #06AA01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06AA01 is #F955FE. Grayscale: #666666. Windows color (decimal): -16340479 or 109062. OLE color: 109062.

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

Color convert

RGB61701-
CMYK0.9600.990.33
HSL118.22º98.83%33.53%-
HSV(B)118.22º99.41%66.67%-
XYZ14.4628.794.82-
YUV101.771.1759.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.39%
GREEN value IS 170 (66.80% from 255) = 96.05%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=3.39%
G=96.05%
B=0.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal617010.9600.990.33118.2298.8333.53
Hex6AA16006321766322
Octal6252114001434116614342
Binary11010101010111000000110001110000111101101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AA01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06AA01; }

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

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

<style>
 a { background-color: #06AA01; }

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

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

<style>
 span { border-color: #06AA01; }

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

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