Shades of Islamic Green #0AAC0B
Tints of Islamic Green #0AAC0B
RGB
CMYK
RGB Variations
Color information
#0AAC0B (or 0x0AAC0B) is known color: Islamic Green. HEX triplet: 0A, AC and 0B. RGB value is (10,172,11). Sum of RGB (Red+Green+Blue) = 10+172+11=193 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.18% from 193); Green value is 172 (67.58% from 255 or 89.12% from 193); Blue value is 11 (4.69% from 255 or 5.70% from 193); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AAC0B is #F553F4. Grayscale: #696969. Windows color (decimal): -16077813 or 764938. OLE color: 764938.
HSL color Cylindrical-coordinate representation of color #0AAC0B: hue angle of 120.37º 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 #0AAC0B is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 172 | 11 | - |
| CMYK | 0.94 | 0 | 0.94 | 0.33 |
| HSL | 120.37º | 0.89% | 0.36% | - |
| HSV(B) | 120.37º | 0.94% | 0.67% | - |
| XYZ | 14.94 | 29.59 | 5.24 | - |
| YUV | 105.21 | 74.83 | 60.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 172 | 11 | 0.94 | 0 | 0.94 | 0.33 | 120.37 | 0.89 | 0.36 |
| Hex | A | AC | B | 5E | 0 | 5E | 21 | 78 | 59 | 24 |
| Octal | 12 | 254 | 13 | 136 | 0 | 136 | 41 | 170 | 131 | 44 |
| Binary | 1010 | 10101100 | 1011 | 1011110 | 0 | 1011110 | 100001 | 1111000 | 1011001 | 100100 |
Color Harmonies of #0AAC0B
Complementary color
Monochromatic Colors of #0AAC0B
Black with #0AAC0B
Text Example
Text Example
White with #0AAC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAC0B; }
p { color: rgb(10,172,11); }
H1.HeaderClassName
{
color: #0AAC0B;
}
.AnyTagClassName
{
color: #0AAC0B;
}
</style>
background-color css
<style>
a { background-color: #0AAC0B; }
a { background-color: rgb(10,172,11); }
div.DivClassName
{
background-color: #0AAC0B;
}
.BgClassName
{
background-color: #0AAC0B;
}
</style>
border-color css
<style>
span { border-color: #0AAC0B; }
span { border-color: rgb(10,172,11); }
td.TdClassName
{
border-color: #0AAC0B;
}
.TagClassName
{
border-color: #0AAC0B;
}
</style>