Shades of Islamic Green #02AD08
Tints of Islamic Green #02AD08
RGB
CMYK
RGB Variations
Color information
#02AD08 (or 0x02AD08) is known color: Islamic Green. HEX triplet: 02, AD and 08. RGB value is (2,173,8). Sum of RGB (Red+Green+Blue) = 2+173+8=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 173 (67.97% from 255 or 94.54% from 183); Blue value is 8 (3.52% from 255 or 4.37% from 183); Max value from RGB is 173 - color contains mainly: green. Hex color #02AD08 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02AD08 is #FD52F7. Grayscale: #676767. Windows color (decimal): -16601848 or 568578. OLE color: 568578.
HSL color Cylindrical-coordinate representation of color #02AD08: hue angle of 122.11º 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 #02AD08 is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 173 | 8 | - |
| CMYK | 0.99 | 0 | 0.95 | 0.32 |
| HSL | 122.11º | 0.98% | 0.34% | - |
| HSV(B) | 122.11º | 0.99% | 0.68% | - |
| XYZ | 15.01 | 29.92 | 5.21 | - |
| YUV | 103.06 | 74.35 | 55.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 173 | 8 | 0.99 | 0 | 0.95 | 0.32 | 122.11 | 0.98 | 0.34 |
| Hex | 2 | AD | 8 | 63 | 0 | 5F | 20 | 7A | 62 | 22 |
| Octal | 2 | 255 | 10 | 143 | 0 | 137 | 40 | 172 | 142 | 42 |
| Binary | 10 | 10101101 | 1000 | 1100011 | 0 | 1011111 | 100000 | 1111010 | 1100010 | 100010 |
Color Harmonies of #02AD08
Complementary color
Monochromatic Colors of #02AD08
Black with #02AD08
Text Example
Text Example
White with #02AD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AD08; }
p { color: rgb(2,173,8); }
H1.HeaderClassName
{
color: #02AD08;
}
.AnyTagClassName
{
color: #02AD08;
}
</style>
background-color css
<style>
a { background-color: #02AD08; }
a { background-color: rgb(2,173,8); }
div.DivClassName
{
background-color: #02AD08;
}
.BgClassName
{
background-color: #02AD08;
}
</style>
border-color css
<style>
span { border-color: #02AD08; }
span { border-color: rgb(2,173,8); }
td.TdClassName
{
border-color: #02AD08;
}
.TagClassName
{
border-color: #02AD08;
}
</style>