Shades of Islamic Green #0A9F16
Tints of Islamic Green #0A9F16
RGB
CMYK
RGB Variations
Color information
#0A9F16 (or 0x0A9F16) is known color: Islamic Green. HEX triplet: 0A, 9F and 16. RGB value is (10,159,22). Sum of RGB (Red+Green+Blue) = 10+159+22=191 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.24% from 191); Green value is 159 (62.5% from 255 or 83.25% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 159 - color contains mainly: green. Hex color #0A9F16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A9F16 is #F560E9. Grayscale: #636363. Windows color (decimal): -16081130 or 1482506. OLE color: 1482506.
HSL color Cylindrical-coordinate representation of color #0A9F16: hue angle of 124.83º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9F16 is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 10 | 159 | 22 | - |
| CMYK | 0.94 | 0 | 0.86 | 0.38 |
| HSL | 124.83º | 0.88% | 0.33% | - |
| HSV(B) | 124.83º | 0.94% | 0.62% | - |
| XYZ | 12.67 | 24.92 | 4.9 | - |
| YUV | 98.83 | 84.64 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 159 | 22 | 0.94 | 0 | 0.86 | 0.38 | 124.83 | 0.88 | 0.33 |
| Hex | A | 9F | 16 | 5E | 0 | 56 | 26 | 7D | 58 | 21 |
| Octal | 12 | 237 | 26 | 136 | 0 | 126 | 46 | 175 | 130 | 41 |
| Binary | 1010 | 10011111 | 10110 | 1011110 | 0 | 1010110 | 100110 | 1111101 | 1011000 | 100001 |
Color Harmonies of #0A9F16
Complementary color
Monochromatic Colors of #0A9F16
Black with #0A9F16
Text Example
Text Example
White with #0A9F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9F16; }
p { color: rgb(10,159,22); }
H1.HeaderClassName
{
color: #0A9F16;
}
.AnyTagClassName
{
color: #0A9F16;
}
</style>
background-color css
<style>
a { background-color: #0A9F16; }
a { background-color: rgb(10,159,22); }
div.DivClassName
{
background-color: #0A9F16;
}
.BgClassName
{
background-color: #0A9F16;
}
</style>
border-color css
<style>
span { border-color: #0A9F16; }
span { border-color: rgb(10,159,22); }
td.TdClassName
{
border-color: #0A9F16;
}
.TagClassName
{
border-color: #0A9F16;
}
</style>