Shades of Islamic Green #0AA808
Tints of Islamic Green #0AA808
RGB
CMYK
RGB Variations
Color information
#0AA808 (or 0x0AA808) is known color: Islamic Green. HEX triplet: 0A, A8 and 08. RGB value is (10,168,8). Sum of RGB (Red+Green+Blue) = 10+168+8=186 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.38% from 186); Green value is 168 (66.02% from 255 or 90.32% from 186); Blue value is 8 (3.52% from 255 or 4.30% from 186); Max value from RGB is 168 - color contains mainly: green. Hex color #0AA808 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AA808 is #F557F7. Grayscale: #666666. Windows color (decimal): -16078840 or 567306. OLE color: 567306.
HSL color Cylindrical-coordinate representation of color #0AA808: hue angle of 119.25º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AA808 is Cyan = 0.94, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 10 | 168 | 8 | - |
| CMYK | 0.94 | 0 | 0.95 | 0.34 |
| HSL | 119.25º | 0.91% | 0.35% | - |
| HSV(B) | 119.25º | 0.95% | 0.66% | - |
| XYZ | 14.17 | 28.09 | 4.9 | - |
| YUV | 102.52 | 74.65 | 62.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 168 | 8 | 0.94 | 0 | 0.95 | 0.34 | 119.25 | 0.91 | 0.35 |
| Hex | A | A8 | 8 | 5E | 0 | 5F | 22 | 77 | 5B | 23 |
| Octal | 12 | 250 | 10 | 136 | 0 | 137 | 42 | 167 | 133 | 43 |
| Binary | 1010 | 10101000 | 1000 | 1011110 | 0 | 1011111 | 100010 | 1110111 | 1011011 | 100011 |
Color Harmonies of #0AA808
Complementary color
Monochromatic Colors of #0AA808
Black with #0AA808
Text Example
Text Example
White with #0AA808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA808; }
p { color: rgb(10,168,8); }
H1.HeaderClassName
{
color: #0AA808;
}
.AnyTagClassName
{
color: #0AA808;
}
</style>
background-color css
<style>
a { background-color: #0AA808; }
a { background-color: rgb(10,168,8); }
div.DivClassName
{
background-color: #0AA808;
}
.BgClassName
{
background-color: #0AA808;
}
</style>
border-color css
<style>
span { border-color: #0AA808; }
span { border-color: rgb(10,168,8); }
td.TdClassName
{
border-color: #0AA808;
}
.TagClassName
{
border-color: #0AA808;
}
</style>