Shades of Islamic Green #0A9902
Tints of Islamic Green #0A9902
RGB
CMYK
RGB Variations
Color information
#0A9902 (or 0x0A9902) is known color: Islamic Green. HEX triplet: 0A, 99 and 02. RGB value is (10,153,2). Sum of RGB (Red+Green+Blue) = 10+153+2=165 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.06% from 165); Green value is 153 (60.16% from 255 or 92.73% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 153 - color contains mainly: green. Hex color #0A9902 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A9902 is #F566FD. Grayscale: #5D5D5D. Windows color (decimal): -16082686 or 170250. OLE color: 170250.
HSL color Cylindrical-coordinate representation of color #0A9902: hue angle of 116.82º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A9902 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 10 | 153 | 2 | - |
| CMYK | 0.93 | 0 | 0.99 | 0.4 |
| HSL | 116.82º | 0.97% | 0.3% | - |
| HSV(B) | 116.82º | 0.99% | 0.6% | - |
| XYZ | 11.53 | 22.85 | 3.86 | - |
| YUV | 93.03 | 76.62 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 153 | 2 | 0.93 | 0 | 0.99 | 0.4 | 116.82 | 0.97 | 0.3 |
| Hex | A | 99 | 2 | 5D | 0 | 63 | 28 | 75 | 61 | 1E |
| Octal | 12 | 231 | 2 | 135 | 0 | 143 | 50 | 165 | 141 | 36 |
| Binary | 1010 | 10011001 | 10 | 1011101 | 0 | 1100011 | 101000 | 1110101 | 1100001 | 11110 |
Color Harmonies of #0A9902
Complementary color
Monochromatic Colors of #0A9902
Black with #0A9902
Text Example
Text Example
White with #0A9902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9902; }
p { color: rgb(10,153,2); }
H1.HeaderClassName
{
color: #0A9902;
}
.AnyTagClassName
{
color: #0A9902;
}
</style>
background-color css
<style>
a { background-color: #0A9902; }
a { background-color: rgb(10,153,2); }
div.DivClassName
{
background-color: #0A9902;
}
.BgClassName
{
background-color: #0A9902;
}
</style>
border-color css
<style>
span { border-color: #0A9902; }
span { border-color: rgb(10,153,2); }
td.TdClassName
{
border-color: #0A9902;
}
.TagClassName
{
border-color: #0A9902;
}
</style>