Shades of Islamic Green #0AAC17
Tints of Islamic Green #0AAC17
RGB
CMYK
RGB Variations
Color information
#0AAC17 (or 0x0AAC17) is known color: Islamic Green. HEX triplet: 0A, AC and 17. RGB value is (10,172,23). Sum of RGB (Red+Green+Blue) = 10+172+23=205 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.88% from 205); Green value is 172 (67.58% from 255 or 83.90% from 205); Blue value is 23 (9.38% from 255 or 11.22% from 205); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC17 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AAC17 is #F553E8. Grayscale: #6B6B6B. Windows color (decimal): -16077801 or 1551370. OLE color: 1551370.
HSL color Cylindrical-coordinate representation of color #0AAC17: hue angle of 124.81º 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 #0AAC17 is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 172 | 23 | - |
| CMYK | 0.94 | 0 | 0.87 | 0.33 |
| HSL | 124.81º | 0.89% | 0.36% | - |
| HSV(B) | 124.81º | 0.94% | 0.67% | - |
| XYZ | 15.03 | 29.63 | 5.74 | - |
| YUV | 106.58 | 80.83 | 59.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 172 | 23 | 0.94 | 0 | 0.87 | 0.33 | 124.81 | 0.89 | 0.36 |
| Hex | A | AC | 17 | 5E | 0 | 57 | 21 | 7D | 59 | 24 |
| Octal | 12 | 254 | 27 | 136 | 0 | 127 | 41 | 175 | 131 | 44 |
| Binary | 1010 | 10101100 | 10111 | 1011110 | 0 | 1010111 | 100001 | 1111101 | 1011001 | 100100 |
Color Harmonies of #0AAC17
Complementary color
Monochromatic Colors of #0AAC17
Black with #0AAC17
Text Example
Text Example
White with #0AAC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAC17; }
p { color: rgb(10,172,23); }
H1.HeaderClassName
{
color: #0AAC17;
}
.AnyTagClassName
{
color: #0AAC17;
}
</style>
background-color css
<style>
a { background-color: #0AAC17; }
a { background-color: rgb(10,172,23); }
div.DivClassName
{
background-color: #0AAC17;
}
.BgClassName
{
background-color: #0AAC17;
}
</style>
border-color css
<style>
span { border-color: #0AAC17; }
span { border-color: rgb(10,172,23); }
td.TdClassName
{
border-color: #0AAC17;
}
.TagClassName
{
border-color: #0AAC17;
}
</style>