Shades of Islamic Green #0AAC11
Tints of Islamic Green #0AAC11
RGB
CMYK
RGB Variations
Color information
#0AAC11 (or 0x0AAC11) is known color: Islamic Green. HEX triplet: 0A, AC and 11. RGB value is (10,172,17). Sum of RGB (Red+Green+Blue) = 10+172+17=199 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.03% from 199); Green value is 172 (67.58% from 255 or 86.43% from 199); Blue value is 17 (7.03% from 255 or 8.54% from 199); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AAC11 is #F553EE. Grayscale: #6A6A6A. Windows color (decimal): -16077807 or 1158154. OLE color: 1158154.
HSL color Cylindrical-coordinate representation of color #0AAC11: hue angle of 122.59º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAC11 is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 172 | 17 | - |
| CMYK | 0.94 | 0 | 0.90 | 0.33 |
| HSL | 122.59º | 0.89% | 0.36% | - |
| HSV(B) | 122.59º | 0.94% | 0.67% | - |
| XYZ | 14.98 | 29.61 | 5.46 | - |
| YUV | 105.89 | 77.83 | 59.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 172 | 17 | 0.94 | 0 | 0.90 | 0.33 | 122.59 | 0.89 | 0.36 |
| Hex | A | AC | 11 | 5E | 0 | 5A | 21 | 7B | 59 | 24 |
| Octal | 12 | 254 | 21 | 136 | 0 | 132 | 41 | 173 | 131 | 44 |
| Binary | 1010 | 10101100 | 10001 | 1011110 | 0 | 1011010 | 100001 | 1111011 | 1011001 | 100100 |
Color Harmonies of #0AAC11
Complementary color
Monochromatic Colors of #0AAC11
Black with #0AAC11
Text Example
Text Example
White with #0AAC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAC11; }
p { color: rgb(10,172,17); }
H1.HeaderClassName
{
color: #0AAC11;
}
.AnyTagClassName
{
color: #0AAC11;
}
</style>
background-color css
<style>
a { background-color: #0AAC11; }
a { background-color: rgb(10,172,17); }
div.DivClassName
{
background-color: #0AAC11;
}
.BgClassName
{
background-color: #0AAC11;
}
</style>
border-color css
<style>
span { border-color: #0AAC11; }
span { border-color: rgb(10,172,17); }
td.TdClassName
{
border-color: #0AAC11;
}
.TagClassName
{
border-color: #0AAC11;
}
</style>