Shades of Islamic Green #0AB706
Tints of Islamic Green #0AB706
RGB
CMYK
RGB Variations
Color information
#0AB706 (or 0x0AB706) is known color: Islamic Green. HEX triplet: 0A, B7 and 06. RGB value is (10,183,6). Sum of RGB (Red+Green+Blue) = 10+183+6=199 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.03% from 199); Green value is 183 (71.88% from 255 or 91.96% from 199); Blue value is 6 (2.73% from 255 or 3.02% from 199); Max value from RGB is 183 - color contains mainly: green. Hex color #0AB706 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AB706 is #F548F9. Grayscale: #6F6F6F. Windows color (decimal): -16075002 or 440074. OLE color: 440074.
HSL color Cylindrical-coordinate representation of color #0AB706: hue angle of 118.64º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0AB706 is Cyan = 0.95, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 10 | 183 | 6 | - |
| CMYK | 0.95 | 0 | 0.97 | 0.28 |
| HSL | 118.64º | 0.94% | 0.37% | - |
| HSV(B) | 118.64º | 0.97% | 0.72% | - |
| XYZ | 17.09 | 33.94 | 5.82 | - |
| YUV | 111.1 | 68.69 | 55.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 183 | 6 | 0.95 | 0 | 0.97 | 0.28 | 118.64 | 0.94 | 0.37 |
| Hex | A | B7 | 6 | 5F | 0 | 61 | 1C | 77 | 5E | 25 |
| Octal | 12 | 267 | 6 | 137 | 0 | 141 | 34 | 167 | 136 | 45 |
| Binary | 1010 | 10110111 | 110 | 1011111 | 0 | 1100001 | 11100 | 1110111 | 1011110 | 100101 |
Color Harmonies of #0AB706
Complementary color
Monochromatic Colors of #0AB706
Black with #0AB706
Text Example
Text Example
White with #0AB706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB706; }
p { color: rgb(10,183,6); }
H1.HeaderClassName
{
color: #0AB706;
}
.AnyTagClassName
{
color: #0AB706;
}
</style>
background-color css
<style>
a { background-color: #0AB706; }
a { background-color: rgb(10,183,6); }
div.DivClassName
{
background-color: #0AB706;
}
.BgClassName
{
background-color: #0AB706;
}
</style>
border-color css
<style>
span { border-color: #0AB706; }
span { border-color: rgb(10,183,6); }
td.TdClassName
{
border-color: #0AB706;
}
.TagClassName
{
border-color: #0AB706;
}
</style>