Shades of Islamic Green #06AA16
Tints of Islamic Green #06AA16
RGB
CMYK
RGB Variations
Color information
#06AA16 (or 0x06AA16) is known color: Islamic Green. HEX triplet: 06, AA and 16. RGB value is (6,170,22). Sum of RGB (Red+Green+Blue) = 6+170+22=198 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.03% from 198); Green value is 170 (66.80% from 255 or 85.86% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 170 - color contains mainly: green. Hex color #06AA16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06AA16 is #F955E9. Grayscale: #686868. Windows color (decimal): -16340458 or 1485318. OLE color: 1485318.
HSL color Cylindrical-coordinate representation of color #06AA16: hue angle of 125.85º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06AA16 is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 170 | 22 | - |
| CMYK | 0.96 | 0 | 0.87 | 0.33 |
| HSL | 125.85º | 0.93% | 0.35% | - |
| HSV(B) | 125.85º | 0.96% | 0.67% | - |
| XYZ | 14.59 | 28.85 | 5.56 | - |
| YUV | 104.09 | 81.67 | 58.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 170 | 22 | 0.96 | 0 | 0.87 | 0.33 | 125.85 | 0.93 | 0.35 |
| Hex | 6 | AA | 16 | 60 | 0 | 57 | 21 | 7E | 5D | 23 |
| Octal | 6 | 252 | 26 | 140 | 0 | 127 | 41 | 176 | 135 | 43 |
| Binary | 110 | 10101010 | 10110 | 1100000 | 0 | 1010111 | 100001 | 1111110 | 1011101 | 100011 |
Color Harmonies of #06AA16
Complementary color
Monochromatic Colors of #06AA16
Black with #06AA16
Text Example
Text Example
White with #06AA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AA16; }
p { color: rgb(6,170,22); }
H1.HeaderClassName
{
color: #06AA16;
}
.AnyTagClassName
{
color: #06AA16;
}
</style>
background-color css
<style>
a { background-color: #06AA16; }
a { background-color: rgb(6,170,22); }
div.DivClassName
{
background-color: #06AA16;
}
.BgClassName
{
background-color: #06AA16;
}
</style>
border-color css
<style>
span { border-color: #06AA16; }
span { border-color: rgb(6,170,22); }
td.TdClassName
{
border-color: #06AA16;
}
.TagClassName
{
border-color: #06AA16;
}
</style>