Shades of Islamic Green #0AAB02
Tints of Islamic Green #0AAB02
RGB
CMYK
RGB Variations
Color information
#0AAB02 (or 0x0AAB02) is known color: Islamic Green. HEX triplet: 0A, AB and 02. RGB value is (10,171,2). Sum of RGB (Red+Green+Blue) = 10+171+2=183 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.46% from 183); Green value is 171 (67.19% from 255 or 93.44% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 171 - color contains mainly: green. Hex color #0AAB02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AAB02 is #F554FD. Grayscale: #686868. Windows color (decimal): -16078078 or 174858. OLE color: 174858.
HSL color Cylindrical-coordinate representation of color #0AAB02: hue angle of 117.16º degrees, saturation: 0.98, 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 #0AAB02 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 171 | 2 | - |
| CMYK | 0.94 | 0 | 0.99 | 0.33 |
| HSL | 117.16º | 0.98% | 0.34% | - |
| HSV(B) | 117.16º | 0.99% | 0.67% | - |
| XYZ | 14.7 | 29.19 | 4.92 | - |
| YUV | 103.6 | 70.66 | 61.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 171 | 2 | 0.94 | 0 | 0.99 | 0.33 | 117.16 | 0.98 | 0.34 |
| Hex | A | AB | 2 | 5E | 0 | 63 | 21 | 75 | 62 | 22 |
| Octal | 12 | 253 | 2 | 136 | 0 | 143 | 41 | 165 | 142 | 42 |
| Binary | 1010 | 10101011 | 10 | 1011110 | 0 | 1100011 | 100001 | 1110101 | 1100010 | 100010 |
Color Harmonies of #0AAB02
Complementary color
Monochromatic Colors of #0AAB02
Black with #0AAB02
Text Example
Text Example
White with #0AAB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAB02; }
p { color: rgb(10,171,2); }
H1.HeaderClassName
{
color: #0AAB02;
}
.AnyTagClassName
{
color: #0AAB02;
}
</style>
background-color css
<style>
a { background-color: #0AAB02; }
a { background-color: rgb(10,171,2); }
div.DivClassName
{
background-color: #0AAB02;
}
.BgClassName
{
background-color: #0AAB02;
}
</style>
border-color css
<style>
span { border-color: #0AAB02; }
span { border-color: rgb(10,171,2); }
td.TdClassName
{
border-color: #0AAB02;
}
.TagClassName
{
border-color: #0AAB02;
}
</style>