Shades of Islamic Green #0AB00C
Tints of Islamic Green #0AB00C
RGB
CMYK
RGB Variations
Color information
#0AB00C (or 0x0AB00C) is known color: Islamic Green. HEX triplet: 0A, B0 and 0C. RGB value is (10,176,12). Sum of RGB (Red+Green+Blue) = 10+176+12=198 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.05% from 198); Green value is 176 (69.14% from 255 or 88.89% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 176 - color contains mainly: green. Hex color #0AB00C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AB00C is #F54FF3. Grayscale: #6C6C6C. Windows color (decimal): -16076788 or 831498. OLE color: 831498.
HSL color Cylindrical-coordinate representation of color #0AB00C: hue angle of 120.72º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB00C is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 10 | 176 | 12 | - |
| CMYK | 0.94 | 0 | 0.93 | 0.31 |
| HSL | 120.72º | 0.89% | 0.36% | - |
| HSV(B) | 120.72º | 0.94% | 0.69% | - |
| XYZ | 15.72 | 31.14 | 5.53 | - |
| YUV | 107.67 | 74 | 58.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 176 | 12 | 0.94 | 0 | 0.93 | 0.31 | 120.72 | 0.89 | 0.36 |
| Hex | A | B0 | C | 5E | 0 | 5D | 1F | 79 | 59 | 24 |
| Octal | 12 | 260 | 14 | 136 | 0 | 135 | 37 | 171 | 131 | 44 |
| Binary | 1010 | 10110000 | 1100 | 1011110 | 0 | 1011101 | 11111 | 1111001 | 1011001 | 100100 |
Color Harmonies of #0AB00C
Complementary color
Monochromatic Colors of #0AB00C
Black with #0AB00C
Text Example
Text Example
White with #0AB00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB00C; }
p { color: rgb(10,176,12); }
H1.HeaderClassName
{
color: #0AB00C;
}
.AnyTagClassName
{
color: #0AB00C;
}
</style>
background-color css
<style>
a { background-color: #0AB00C; }
a { background-color: rgb(10,176,12); }
div.DivClassName
{
background-color: #0AB00C;
}
.BgClassName
{
background-color: #0AB00C;
}
</style>
border-color css
<style>
span { border-color: #0AB00C; }
span { border-color: rgb(10,176,12); }
td.TdClassName
{
border-color: #0AB00C;
}
.TagClassName
{
border-color: #0AB00C;
}
</style>