Shades of Islamic Green #0AAB16
Tints of Islamic Green #0AAB16
RGB
CMYK
RGB Variations
Color information
#0AAB16 (or 0x0AAB16) is known color: Islamic Green. HEX triplet: 0A, AB and 16. RGB value is (10,171,22). Sum of RGB (Red+Green+Blue) = 10+171+22=203 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.93% from 203); Green value is 171 (67.19% from 255 or 84.24% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 171 - color contains mainly: green. Hex color #0AAB16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AAB16 is #F554E9. Grayscale: #6A6A6A. Windows color (decimal): -16078058 or 1485578. OLE color: 1485578.
HSL color Cylindrical-coordinate representation of color #0AAB16: hue angle of 124.47º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAB16 is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 171 | 22 | - |
| CMYK | 0.94 | 0 | 0.87 | 0.33 |
| HSL | 124.47º | 0.89% | 0.35% | - |
| HSV(B) | 124.47º | 0.94% | 0.67% | - |
| XYZ | 14.83 | 29.25 | 5.62 | - |
| YUV | 105.88 | 80.66 | 59.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 171 | 22 | 0.94 | 0 | 0.87 | 0.33 | 124.47 | 0.89 | 0.35 |
| Hex | A | AB | 16 | 5E | 0 | 57 | 21 | 7C | 59 | 23 |
| Octal | 12 | 253 | 26 | 136 | 0 | 127 | 41 | 174 | 131 | 43 |
| Binary | 1010 | 10101011 | 10110 | 1011110 | 0 | 1010111 | 100001 | 1111100 | 1011001 | 100011 |
Color Harmonies of #0AAB16
Complementary color
Monochromatic Colors of #0AAB16
Black with #0AAB16
Text Example
Text Example
White with #0AAB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAB16; }
p { color: rgb(10,171,22); }
H1.HeaderClassName
{
color: #0AAB16;
}
.AnyTagClassName
{
color: #0AAB16;
}
</style>
background-color css
<style>
a { background-color: #0AAB16; }
a { background-color: rgb(10,171,22); }
div.DivClassName
{
background-color: #0AAB16;
}
.BgClassName
{
background-color: #0AAB16;
}
</style>
border-color css
<style>
span { border-color: #0AAB16; }
span { border-color: rgb(10,171,22); }
td.TdClassName
{
border-color: #0AAB16;
}
.TagClassName
{
border-color: #0AAB16;
}
</style>