Shades of Islamic Green #0AAA0C
Tints of Islamic Green #0AAA0C
RGB
CMYK
RGB Variations
Color information
#0AAA0C (or 0x0AAA0C) is known color: Islamic Green. HEX triplet: 0A, AA and 0C. RGB value is (10,170,12). Sum of RGB (Red+Green+Blue) = 10+170+12=192 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.21% from 192); Green value is 170 (66.80% from 255 or 88.54% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AAA0C is #F555F3. Grayscale: #686868. Windows color (decimal): -16078324 or 829962. OLE color: 829962.
HSL color Cylindrical-coordinate representation of color #0AAA0C: hue angle of 120.75º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAA0C is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 12 | - |
| CMYK | 0.94 | 0 | 0.93 | 0.33 |
| HSL | 120.75º | 0.89% | 0.35% | - |
| HSV(B) | 120.75º | 0.94% | 0.67% | - |
| XYZ | 14.57 | 28.84 | 5.15 | - |
| YUV | 104.15 | 75.99 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 12 | 0.94 | 0 | 0.93 | 0.33 | 120.75 | 0.89 | 0.35 |
| Hex | A | AA | C | 5E | 0 | 5D | 21 | 79 | 59 | 23 |
| Octal | 12 | 252 | 14 | 136 | 0 | 135 | 41 | 171 | 131 | 43 |
| Binary | 1010 | 10101010 | 1100 | 1011110 | 0 | 1011101 | 100001 | 1111001 | 1011001 | 100011 |
Color Harmonies of #0AAA0C
Complementary color
Monochromatic Colors of #0AAA0C
Black with #0AAA0C
Text Example
Text Example
White with #0AAA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA0C; }
p { color: rgb(10,170,12); }
H1.HeaderClassName
{
color: #0AAA0C;
}
.AnyTagClassName
{
color: #0AAA0C;
}
</style>
background-color css
<style>
a { background-color: #0AAA0C; }
a { background-color: rgb(10,170,12); }
div.DivClassName
{
background-color: #0AAA0C;
}
.BgClassName
{
background-color: #0AAA0C;
}
</style>
border-color css
<style>
span { border-color: #0AAA0C; }
span { border-color: rgb(10,170,12); }
td.TdClassName
{
border-color: #0AAA0C;
}
.TagClassName
{
border-color: #0AAA0C;
}
</style>