Shades of Islamic Green #0AAC13
Tints of Islamic Green #0AAC13
RGB
CMYK
RGB Variations
Color information
#0AAC13 (or 0x0AAC13) is known color: Islamic Green. HEX triplet: 0A, AC and 13. RGB value is (10,172,19). Sum of RGB (Red+Green+Blue) = 10+172+19=201 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.98% from 201); Green value is 172 (67.58% from 255 or 85.57% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AAC13 is #F553EC. Grayscale: #6A6A6A. Windows color (decimal): -16077805 or 1289226. OLE color: 1289226.
HSL color Cylindrical-coordinate representation of color #0AAC13: hue angle of 123.33º 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 #0AAC13 is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 172 | 19 | - |
| CMYK | 0.94 | 0 | 0.89 | 0.33 |
| HSL | 123.33º | 0.89% | 0.36% | - |
| HSV(B) | 123.33º | 0.94% | 0.67% | - |
| XYZ | 15 | 29.62 | 5.54 | - |
| YUV | 106.12 | 78.83 | 59.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 172 | 19 | 0.94 | 0 | 0.89 | 0.33 | 123.33 | 0.89 | 0.36 |
| Hex | A | AC | 13 | 5E | 0 | 59 | 21 | 7B | 59 | 24 |
| Octal | 12 | 254 | 23 | 136 | 0 | 131 | 41 | 173 | 131 | 44 |
| Binary | 1010 | 10101100 | 10011 | 1011110 | 0 | 1011001 | 100001 | 1111011 | 1011001 | 100100 |
Color Harmonies of #0AAC13
Complementary color
Monochromatic Colors of #0AAC13
Black with #0AAC13
Text Example
Text Example
White with #0AAC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAC13; }
p { color: rgb(10,172,19); }
H1.HeaderClassName
{
color: #0AAC13;
}
.AnyTagClassName
{
color: #0AAC13;
}
</style>
background-color css
<style>
a { background-color: #0AAC13; }
a { background-color: rgb(10,172,19); }
div.DivClassName
{
background-color: #0AAC13;
}
.BgClassName
{
background-color: #0AAC13;
}
</style>
border-color css
<style>
span { border-color: #0AAC13; }
span { border-color: rgb(10,172,19); }
td.TdClassName
{
border-color: #0AAC13;
}
.TagClassName
{
border-color: #0AAC13;
}
</style>