Shades of Islamic Green #02AD10
Tints of Islamic Green #02AD10
RGB
CMYK
RGB Variations
Color information
#02AD10 (or 0x02AD10) is known color: Islamic Green. HEX triplet: 02, AD and 10. RGB value is (2,173,16). Sum of RGB (Red+Green+Blue) = 2+173+16=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 173 (67.97% from 255 or 90.58% from 191); Blue value is 16 (6.64% from 255 or 8.38% from 191); Max value from RGB is 173 - color contains mainly: green. Hex color #02AD10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02AD10 is #FD52EF. Grayscale: #686868. Windows color (decimal): -16601840 or 1092866. OLE color: 1092866.
HSL color Cylindrical-coordinate representation of color #02AD10: hue angle of 124.91º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AD10 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 173 | 16 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.32 |
| HSL | 124.91º | 0.98% | 0.34% | - |
| HSV(B) | 124.91º | 0.99% | 0.68% | - |
| XYZ | 15.06 | 29.94 | 5.47 | - |
| YUV | 103.97 | 78.35 | 55.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 173 | 16 | 0.99 | 0 | 0.91 | 0.32 | 124.91 | 0.98 | 0.34 |
| Hex | 2 | AD | 10 | 63 | 0 | 5B | 20 | 7D | 62 | 22 |
| Octal | 2 | 255 | 20 | 143 | 0 | 133 | 40 | 175 | 142 | 42 |
| Binary | 10 | 10101101 | 10000 | 1100011 | 0 | 1011011 | 100000 | 1111101 | 1100010 | 100010 |
Color Harmonies of #02AD10
Complementary color
Monochromatic Colors of #02AD10
Black with #02AD10
Text Example
Text Example
White with #02AD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AD10; }
p { color: rgb(2,173,16); }
H1.HeaderClassName
{
color: #02AD10;
}
.AnyTagClassName
{
color: #02AD10;
}
</style>
background-color css
<style>
a { background-color: #02AD10; }
a { background-color: rgb(2,173,16); }
div.DivClassName
{
background-color: #02AD10;
}
.BgClassName
{
background-color: #02AD10;
}
</style>
border-color css
<style>
span { border-color: #02AD10; }
span { border-color: rgb(2,173,16); }
td.TdClassName
{
border-color: #02AD10;
}
.TagClassName
{
border-color: #02AD10;
}
</style>