Shades of Islamic Green #0AAB17
Tints of Islamic Green #0AAB17
RGB
CMYK
RGB Variations
Color information
#0AAB17 (or 0x0AAB17) is known color: Islamic Green. HEX triplet: 0A, AB and 17. RGB value is (10,171,23). Sum of RGB (Red+Green+Blue) = 10+171+23=204 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.90% from 204); Green value is 171 (67.19% from 255 or 83.82% from 204); Blue value is 23 (9.38% from 255 or 11.27% from 204); Max value from RGB is 171 - color contains mainly: green. Hex color #0AAB17 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AAB17 is #F554E8. Grayscale: #6A6A6A. Windows color (decimal): -16078057 or 1551114. OLE color: 1551114.
HSL color Cylindrical-coordinate representation of color #0AAB17: hue angle of 124.84º 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 #0AAB17 is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 171 | 23 | - |
| CMYK | 0.94 | 0 | 0.87 | 0.33 |
| HSL | 124.84º | 0.89% | 0.35% | - |
| HSV(B) | 124.84º | 0.94% | 0.67% | - |
| XYZ | 14.84 | 29.25 | 5.67 | - |
| YUV | 105.99 | 81.16 | 59.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 171 | 23 | 0.94 | 0 | 0.87 | 0.33 | 124.84 | 0.89 | 0.35 |
| Hex | A | AB | 17 | 5E | 0 | 57 | 21 | 7D | 59 | 23 |
| Octal | 12 | 253 | 27 | 136 | 0 | 127 | 41 | 175 | 131 | 43 |
| Binary | 1010 | 10101011 | 10111 | 1011110 | 0 | 1010111 | 100001 | 1111101 | 1011001 | 100011 |
Color Harmonies of #0AAB17
Complementary color
Monochromatic Colors of #0AAB17
Black with #0AAB17
Text Example
Text Example
White with #0AAB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAB17; }
p { color: rgb(10,171,23); }
H1.HeaderClassName
{
color: #0AAB17;
}
.AnyTagClassName
{
color: #0AAB17;
}
</style>
background-color css
<style>
a { background-color: #0AAB17; }
a { background-color: rgb(10,171,23); }
div.DivClassName
{
background-color: #0AAB17;
}
.BgClassName
{
background-color: #0AAB17;
}
</style>
border-color css
<style>
span { border-color: #0AAB17; }
span { border-color: rgb(10,171,23); }
td.TdClassName
{
border-color: #0AAB17;
}
.TagClassName
{
border-color: #0AAB17;
}
</style>