Shades of Islamic Green #0AAB01
Tints of Islamic Green #0AAB01
RGB
CMYK
RGB Variations
Color information
#0AAB01 (or 0x0AAB01) is known color: Islamic Green. HEX triplet: 0A, AB and 01. RGB value is (10,171,1). Sum of RGB (Red+Green+Blue) = 10+171+1=182 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.49% from 182); Green value is 171 (67.19% from 255 or 93.96% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 171 - color contains mainly: green. Hex color #0AAB01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AAB01 is #F554FE. Grayscale: #686868. Windows color (decimal): -16078079 or 109322. OLE color: 109322.
HSL color Cylindrical-coordinate representation of color #0AAB01: hue angle of 116.82º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0AAB01 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 171 | 1 | - |
| CMYK | 0.94 | 0 | 0.99 | 0.33 |
| HSL | 116.82º | 0.99% | 0.34% | - |
| HSV(B) | 116.82º | 0.99% | 0.67% | - |
| XYZ | 14.69 | 29.19 | 4.89 | - |
| YUV | 103.48 | 70.16 | 61.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 171 | 1 | 0.94 | 0 | 0.99 | 0.33 | 116.82 | 0.99 | 0.34 |
| Hex | A | AB | 1 | 5E | 0 | 63 | 21 | 75 | 63 | 22 |
| Octal | 12 | 253 | 1 | 136 | 0 | 143 | 41 | 165 | 143 | 42 |
| Binary | 1010 | 10101011 | 1 | 1011110 | 0 | 1100011 | 100001 | 1110101 | 1100011 | 100010 |
Color Harmonies of #0AAB01
Complementary color
Monochromatic Colors of #0AAB01
Black with #0AAB01
Text Example
Text Example
White with #0AAB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAB01; }
p { color: rgb(10,171,1); }
H1.HeaderClassName
{
color: #0AAB01;
}
.AnyTagClassName
{
color: #0AAB01;
}
</style>
background-color css
<style>
a { background-color: #0AAB01; }
a { background-color: rgb(10,171,1); }
div.DivClassName
{
background-color: #0AAB01;
}
.BgClassName
{
background-color: #0AAB01;
}
</style>
border-color css
<style>
span { border-color: #0AAB01; }
span { border-color: rgb(10,171,1); }
td.TdClassName
{
border-color: #0AAB01;
}
.TagClassName
{
border-color: #0AAB01;
}
</style>