Shades of Islamic Green #0AAC07
Tints of Islamic Green #0AAC07
RGB
CMYK
RGB Variations
Color information
#0AAC07 (or 0x0AAC07) is known color: Islamic Green. HEX triplet: 0A, AC and 07. RGB value is (10,172,7). Sum of RGB (Red+Green+Blue) = 10+172+7=189 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.29% from 189); Green value is 172 (67.58% from 255 or 91.01% from 189); Blue value is 7 (3.12% from 255 or 3.70% from 189); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC07 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AAC07 is #F553F8. Grayscale: #696969. Windows color (decimal): -16077817 or 502794. OLE color: 502794.
HSL color Cylindrical-coordinate representation of color #0AAC07: hue angle of 118.91º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AAC07 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 172 | 7 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.33 |
| HSL | 118.91º | 0.92% | 0.35% | - |
| HSV(B) | 118.91º | 0.96% | 0.67% | - |
| XYZ | 14.92 | 29.58 | 5.13 | - |
| YUV | 104.75 | 72.83 | 60.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 172 | 7 | 0.94 | 0 | 0.96 | 0.33 | 118.91 | 0.92 | 0.35 |
| Hex | A | AC | 7 | 5E | 0 | 60 | 21 | 77 | 5C | 23 |
| Octal | 12 | 254 | 7 | 136 | 0 | 140 | 41 | 167 | 134 | 43 |
| Binary | 1010 | 10101100 | 111 | 1011110 | 0 | 1100000 | 100001 | 1110111 | 1011100 | 100011 |
Color Harmonies of #0AAC07
Complementary color
Monochromatic Colors of #0AAC07
Black with #0AAC07
Text Example
Text Example
White with #0AAC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAC07; }
p { color: rgb(10,172,7); }
H1.HeaderClassName
{
color: #0AAC07;
}
.AnyTagClassName
{
color: #0AAC07;
}
</style>
background-color css
<style>
a { background-color: #0AAC07; }
a { background-color: rgb(10,172,7); }
div.DivClassName
{
background-color: #0AAC07;
}
.BgClassName
{
background-color: #0AAC07;
}
</style>
border-color css
<style>
span { border-color: #0AAC07; }
span { border-color: rgb(10,172,7); }
td.TdClassName
{
border-color: #0AAC07;
}
.TagClassName
{
border-color: #0AAC07;
}
</style>