Shades of Islamic Green #0AB616
Tints of Islamic Green #0AB616
RGB
CMYK
RGB Variations
Color information
#0AB616 (or 0x0AB616) is known color: Islamic Green. HEX triplet: 0A, B6 and 16. RGB value is (10,182,22). Sum of RGB (Red+Green+Blue) = 10+182+22=214 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.67% from 214); Green value is 182 (71.48% from 255 or 85.05% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 182 - color contains mainly: green. Hex color #0AB616 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AB616 is #F549E9. Grayscale: #707070. Windows color (decimal): -16075242 or 1488394. OLE color: 1488394.
HSL color Cylindrical-coordinate representation of color #0AB616: hue angle of 124.19º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB616 is Cyan = 0.95, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 10 | 182 | 22 | - |
| CMYK | 0.95 | 0 | 0.88 | 0.29 |
| HSL | 124.19º | 0.9% | 0.38% | - |
| HSV(B) | 124.19º | 0.95% | 0.71% | - |
| XYZ | 17 | 33.58 | 6.34 | - |
| YUV | 112.33 | 77.02 | 55.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 182 | 22 | 0.95 | 0 | 0.88 | 0.29 | 124.19 | 0.9 | 0.38 |
| Hex | A | B6 | 16 | 5F | 0 | 58 | 1D | 7C | 5A | 26 |
| Octal | 12 | 266 | 26 | 137 | 0 | 130 | 35 | 174 | 132 | 46 |
| Binary | 1010 | 10110110 | 10110 | 1011111 | 0 | 1011000 | 11101 | 1111100 | 1011010 | 100110 |
Color Harmonies of #0AB616
Complementary color
Monochromatic Colors of #0AB616
Black with #0AB616
Text Example
Text Example
White with #0AB616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB616; }
p { color: rgb(10,182,22); }
H1.HeaderClassName
{
color: #0AB616;
}
.AnyTagClassName
{
color: #0AB616;
}
</style>
background-color css
<style>
a { background-color: #0AB616; }
a { background-color: rgb(10,182,22); }
div.DivClassName
{
background-color: #0AB616;
}
.BgClassName
{
background-color: #0AB616;
}
</style>
border-color css
<style>
span { border-color: #0AB616; }
span { border-color: rgb(10,182,22); }
td.TdClassName
{
border-color: #0AB616;
}
.TagClassName
{
border-color: #0AB616;
}
</style>