Shades of Islamic Green #02AD12
Tints of Islamic Green #02AD12
RGB
CMYK
RGB Variations
Color information
#02AD12 (or 0x02AD12) is known color: Islamic Green. HEX triplet: 02, AD and 12. RGB value is (2,173,18). Sum of RGB (Red+Green+Blue) = 2+173+18=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 173 (67.97% from 255 or 89.64% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 173 - color contains mainly: green. Hex color #02AD12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02AD12 is #FD52ED. Grayscale: #686868. Windows color (decimal): -16601838 or 1223938. OLE color: 1223938.
HSL color Cylindrical-coordinate representation of color #02AD12: hue angle of 125.61º 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 #02AD12 is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 173 | 18 | - |
| CMYK | 0.99 | 0 | 0.90 | 0.32 |
| HSL | 125.61º | 0.98% | 0.34% | - |
| HSV(B) | 125.61º | 0.99% | 0.68% | - |
| XYZ | 15.08 | 29.94 | 5.56 | - |
| YUV | 104.2 | 79.35 | 55.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 173 | 18 | 0.99 | 0 | 0.90 | 0.32 | 125.61 | 0.98 | 0.34 |
| Hex | 2 | AD | 12 | 63 | 0 | 5A | 20 | 7E | 62 | 22 |
| Octal | 2 | 255 | 22 | 143 | 0 | 132 | 40 | 176 | 142 | 42 |
| Binary | 10 | 10101101 | 10010 | 1100011 | 0 | 1011010 | 100000 | 1111110 | 1100010 | 100010 |
Color Harmonies of #02AD12
Complementary color
Monochromatic Colors of #02AD12
Black with #02AD12
Text Example
Text Example
White with #02AD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AD12; }
p { color: rgb(2,173,18); }
H1.HeaderClassName
{
color: #02AD12;
}
.AnyTagClassName
{
color: #02AD12;
}
</style>
background-color css
<style>
a { background-color: #02AD12; }
a { background-color: rgb(2,173,18); }
div.DivClassName
{
background-color: #02AD12;
}
.BgClassName
{
background-color: #02AD12;
}
</style>
border-color css
<style>
span { border-color: #02AD12; }
span { border-color: rgb(2,173,18); }
td.TdClassName
{
border-color: #02AD12;
}
.TagClassName
{
border-color: #02AD12;
}
</style>