Shades of Islamic Green #0AB506
Tints of Islamic Green #0AB506
RGB
CMYK
RGB Variations
Color information
#0AB506 (or 0x0AB506) is known color: Islamic Green. HEX triplet: 0A, B5 and 06. RGB value is (10,181,6). Sum of RGB (Red+Green+Blue) = 10+181+6=197 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.08% from 197); Green value is 181 (71.09% from 255 or 91.88% from 197); Blue value is 6 (2.73% from 255 or 3.05% from 197); Max value from RGB is 181 - color contains mainly: green. Hex color #0AB506 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AB506 is #F54AF9. Grayscale: #6E6E6E. Windows color (decimal): -16075514 or 439562. OLE color: 439562.
HSL color Cylindrical-coordinate representation of color #0AB506: hue angle of 118.63º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0AB506 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 10 | 181 | 6 | - |
| CMYK | 0.94 | 0 | 0.97 | 0.29 |
| HSL | 118.63º | 0.94% | 0.37% | - |
| HSV(B) | 118.63º | 0.97% | 0.71% | - |
| XYZ | 16.68 | 33.13 | 5.69 | - |
| YUV | 109.92 | 69.35 | 56.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 181 | 6 | 0.94 | 0 | 0.97 | 0.29 | 118.63 | 0.94 | 0.37 |
| Hex | A | B5 | 6 | 5E | 0 | 61 | 1D | 77 | 5E | 25 |
| Octal | 12 | 265 | 6 | 136 | 0 | 141 | 35 | 167 | 136 | 45 |
| Binary | 1010 | 10110101 | 110 | 1011110 | 0 | 1100001 | 11101 | 1110111 | 1011110 | 100101 |
Color Harmonies of #0AB506
Complementary color
Monochromatic Colors of #0AB506
Black with #0AB506
Text Example
Text Example
White with #0AB506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB506; }
p { color: rgb(10,181,6); }
H1.HeaderClassName
{
color: #0AB506;
}
.AnyTagClassName
{
color: #0AB506;
}
</style>
background-color css
<style>
a { background-color: #0AB506; }
a { background-color: rgb(10,181,6); }
div.DivClassName
{
background-color: #0AB506;
}
.BgClassName
{
background-color: #0AB506;
}
</style>
border-color css
<style>
span { border-color: #0AB506; }
span { border-color: rgb(10,181,6); }
td.TdClassName
{
border-color: #0AB506;
}
.TagClassName
{
border-color: #0AB506;
}
</style>