Shades of Islamic Green #0AAD16
Tints of Islamic Green #0AAD16
RGB
CMYK
RGB Variations
Color information
#0AAD16 (or 0x0AAD16) is known color: Islamic Green. HEX triplet: 0A, AD and 16. RGB value is (10,173,22). Sum of RGB (Red+Green+Blue) = 10+173+22=205 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.88% from 205); Green value is 173 (67.97% from 255 or 84.39% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 173 - color contains mainly: green. Hex color #0AAD16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AAD16 is #F552E9. Grayscale: #6B6B6B. Windows color (decimal): -16077546 or 1486090. OLE color: 1486090.
HSL color Cylindrical-coordinate representation of color #0AAD16: hue angle of 124.42º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAD16 is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 10 | 173 | 22 | - |
| CMYK | 0.94 | 0 | 0.87 | 0.32 |
| HSL | 124.42º | 0.89% | 0.36% | - |
| HSV(B) | 124.42º | 0.94% | 0.68% | - |
| XYZ | 15.21 | 30.01 | 5.75 | - |
| YUV | 107.05 | 80 | 58.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 173 | 22 | 0.94 | 0 | 0.87 | 0.32 | 124.42 | 0.89 | 0.36 |
| Hex | A | AD | 16 | 5E | 0 | 57 | 20 | 7C | 59 | 24 |
| Octal | 12 | 255 | 26 | 136 | 0 | 127 | 40 | 174 | 131 | 44 |
| Binary | 1010 | 10101101 | 10110 | 1011110 | 0 | 1010111 | 100000 | 1111100 | 1011001 | 100100 |
Color Harmonies of #0AAD16
Complementary color
Monochromatic Colors of #0AAD16
Black with #0AAD16
Text Example
Text Example
White with #0AAD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAD16; }
p { color: rgb(10,173,22); }
H1.HeaderClassName
{
color: #0AAD16;
}
.AnyTagClassName
{
color: #0AAD16;
}
</style>
background-color css
<style>
a { background-color: #0AAD16; }
a { background-color: rgb(10,173,22); }
div.DivClassName
{
background-color: #0AAD16;
}
.BgClassName
{
background-color: #0AAD16;
}
</style>
border-color css
<style>
span { border-color: #0AAD16; }
span { border-color: rgb(10,173,22); }
td.TdClassName
{
border-color: #0AAD16;
}
.TagClassName
{
border-color: #0AAD16;
}
</style>