Shades of Islamic Green #0A9910
Tints of Islamic Green #0A9910
RGB
CMYK
RGB Variations
Color information
#0A9910 (or 0x0A9910) is known color: Islamic Green. HEX triplet: 0A, 99 and 10. RGB value is (10,153,16). Sum of RGB (Red+Green+Blue) = 10+153+16=179 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.59% from 179); Green value is 153 (60.16% from 255 or 85.47% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 153 - color contains mainly: green. Hex color #0A9910 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A9910 is #F566EF. Grayscale: #5F5F5F. Windows color (decimal): -16082672 or 1087754. OLE color: 1087754.
HSL color Cylindrical-coordinate representation of color #0A9910: hue angle of 122.52º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9910 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 10 | 153 | 16 | - |
| CMYK | 0.93 | 0 | 0.90 | 0.4 |
| HSL | 122.52º | 0.88% | 0.32% | - |
| HSV(B) | 122.52º | 0.93% | 0.6% | - |
| XYZ | 11.61 | 22.88 | 4.3 | - |
| YUV | 94.63 | 83.62 | 67.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 153 | 16 | 0.93 | 0 | 0.90 | 0.4 | 122.52 | 0.88 | 0.32 |
| Hex | A | 99 | 10 | 5D | 0 | 5A | 28 | 7B | 58 | 20 |
| Octal | 12 | 231 | 20 | 135 | 0 | 132 | 50 | 173 | 130 | 40 |
| Binary | 1010 | 10011001 | 10000 | 1011101 | 0 | 1011010 | 101000 | 1111011 | 1011000 | 100000 |
Color Harmonies of #0A9910
Complementary color
Monochromatic Colors of #0A9910
Black with #0A9910
Text Example
Text Example
White with #0A9910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9910; }
p { color: rgb(10,153,16); }
H1.HeaderClassName
{
color: #0A9910;
}
.AnyTagClassName
{
color: #0A9910;
}
</style>
background-color css
<style>
a { background-color: #0A9910; }
a { background-color: rgb(10,153,16); }
div.DivClassName
{
background-color: #0A9910;
}
.BgClassName
{
background-color: #0A9910;
}
</style>
border-color css
<style>
span { border-color: #0A9910; }
span { border-color: rgb(10,153,16); }
td.TdClassName
{
border-color: #0A9910;
}
.TagClassName
{
border-color: #0A9910;
}
</style>