Shades of Islamic Green #06AB16
Tints of Islamic Green #06AB16
RGB
CMYK
RGB Variations
Color information
#06AB16 (or 0x06AB16) is known color: Islamic Green. HEX triplet: 06, AB and 16. RGB value is (6,171,22). Sum of RGB (Red+Green+Blue) = 6+171+22=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 171 (67.19% from 255 or 85.93% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 171 - color contains mainly: green. Hex color #06AB16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06AB16 is #F954E9. Grayscale: #696969. Windows color (decimal): -16340202 or 1485574. OLE color: 1485574.
HSL color Cylindrical-coordinate representation of color #06AB16: hue angle of 125.82º 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 #06AB16 is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 171 | 22 | - |
| CMYK | 0.96 | 0 | 0.87 | 0.33 |
| HSL | 125.82º | 0.93% | 0.35% | - |
| HSV(B) | 125.82º | 0.96% | 0.67% | - |
| XYZ | 14.78 | 29.22 | 5.62 | - |
| YUV | 104.68 | 81.34 | 57.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 171 | 22 | 0.96 | 0 | 0.87 | 0.33 | 125.82 | 0.93 | 0.35 |
| Hex | 6 | AB | 16 | 60 | 0 | 57 | 21 | 7E | 5D | 23 |
| Octal | 6 | 253 | 26 | 140 | 0 | 127 | 41 | 176 | 135 | 43 |
| Binary | 110 | 10101011 | 10110 | 1100000 | 0 | 1010111 | 100001 | 1111110 | 1011101 | 100011 |
Color Harmonies of #06AB16
Complementary color
Monochromatic Colors of #06AB16
Black with #06AB16
Text Example
Text Example
White with #06AB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AB16; }
p { color: rgb(6,171,22); }
H1.HeaderClassName
{
color: #06AB16;
}
.AnyTagClassName
{
color: #06AB16;
}
</style>
background-color css
<style>
a { background-color: #06AB16; }
a { background-color: rgb(6,171,22); }
div.DivClassName
{
background-color: #06AB16;
}
.BgClassName
{
background-color: #06AB16;
}
</style>
border-color css
<style>
span { border-color: #06AB16; }
span { border-color: rgb(6,171,22); }
td.TdClassName
{
border-color: #06AB16;
}
.TagClassName
{
border-color: #06AB16;
}
</style>