Shades of Islamic Green #0AAA18
Tints of Islamic Green #0AAA18
RGB
CMYK
RGB Variations
Color information
#0AAA18 (or 0x0AAA18) is known color: Islamic Green. HEX triplet: 0A, AA and 18. RGB value is (10,170,24). Sum of RGB (Red+Green+Blue) = 10+170+24=204 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.90% from 204); Green value is 170 (66.80% from 255 or 83.33% from 204); Blue value is 24 (9.77% from 255 or 11.76% from 204); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA18 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AAA18 is #F555E7. Grayscale: #696969. Windows color (decimal): -16078312 or 1616394. OLE color: 1616394.
HSL color Cylindrical-coordinate representation of color #0AAA18: hue angle of 125.25º 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 #0AAA18 is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 24 | - |
| CMYK | 0.94 | 0 | 0.86 | 0.33 |
| HSL | 125.25º | 0.89% | 0.35% | - |
| HSV(B) | 125.25º | 0.94% | 0.67% | - |
| XYZ | 14.66 | 28.88 | 5.67 | - |
| YUV | 105.52 | 81.99 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 24 | 0.94 | 0 | 0.86 | 0.33 | 125.25 | 0.89 | 0.35 |
| Hex | A | AA | 18 | 5E | 0 | 56 | 21 | 7D | 59 | 23 |
| Octal | 12 | 252 | 30 | 136 | 0 | 126 | 41 | 175 | 131 | 43 |
| Binary | 1010 | 10101010 | 11000 | 1011110 | 0 | 1010110 | 100001 | 1111101 | 1011001 | 100011 |
Color Harmonies of #0AAA18
Complementary color
Monochromatic Colors of #0AAA18
Black with #0AAA18
Text Example
Text Example
White with #0AAA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA18; }
p { color: rgb(10,170,24); }
H1.HeaderClassName
{
color: #0AAA18;
}
.AnyTagClassName
{
color: #0AAA18;
}
</style>
background-color css
<style>
a { background-color: #0AAA18; }
a { background-color: rgb(10,170,24); }
div.DivClassName
{
background-color: #0AAA18;
}
.BgClassName
{
background-color: #0AAA18;
}
</style>
border-color css
<style>
span { border-color: #0AAA18; }
span { border-color: rgb(10,170,24); }
td.TdClassName
{
border-color: #0AAA18;
}
.TagClassName
{
border-color: #0AAA18;
}
</style>