Shades of Islamic Green #0AB410
Tints of Islamic Green #0AB410
RGB
CMYK
RGB Variations
Color information
#0AB410 (or 0x0AB410) is known color: Islamic Green. HEX triplet: 0A, B4 and 10. RGB value is (10,180,16). Sum of RGB (Red+Green+Blue) = 10+180+16=206 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.85% from 206); Green value is 180 (70.70% from 255 or 87.38% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 180 - color contains mainly: green. Hex color #0AB410 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AB410 is #F54BEF. Grayscale: #6E6E6E. Windows color (decimal): -16075760 or 1094666. OLE color: 1094666.
HSL color Cylindrical-coordinate representation of color #0AB410: hue angle of 122.12º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB410 is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 10 | 180 | 16 | - |
| CMYK | 0.94 | 0 | 0.91 | 0.29 |
| HSL | 122.12º | 0.89% | 0.37% | - |
| HSV(B) | 122.12º | 0.94% | 0.71% | - |
| XYZ | 16.54 | 32.74 | 5.94 | - |
| YUV | 110.47 | 74.68 | 56.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 180 | 16 | 0.94 | 0 | 0.91 | 0.29 | 122.12 | 0.89 | 0.37 |
| Hex | A | B4 | 10 | 5E | 0 | 5B | 1D | 7A | 59 | 25 |
| Octal | 12 | 264 | 20 | 136 | 0 | 133 | 35 | 172 | 131 | 45 |
| Binary | 1010 | 10110100 | 10000 | 1011110 | 0 | 1011011 | 11101 | 1111010 | 1011001 | 100101 |
Color Harmonies of #0AB410
Complementary color
Monochromatic Colors of #0AB410
Black with #0AB410
Text Example
Text Example
White with #0AB410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB410; }
p { color: rgb(10,180,16); }
H1.HeaderClassName
{
color: #0AB410;
}
.AnyTagClassName
{
color: #0AB410;
}
</style>
background-color css
<style>
a { background-color: #0AB410; }
a { background-color: rgb(10,180,16); }
div.DivClassName
{
background-color: #0AB410;
}
.BgClassName
{
background-color: #0AB410;
}
</style>
border-color css
<style>
span { border-color: #0AB410; }
span { border-color: rgb(10,180,16); }
td.TdClassName
{
border-color: #0AB410;
}
.TagClassName
{
border-color: #0AB410;
}
</style>