Shades of Islamic Green #02A516
Tints of Islamic Green #02A516
RGB
CMYK
RGB Variations
Color information
#02A516 (or 0x02A516) is known color: Islamic Green. HEX triplet: 02, A5 and 16. RGB value is (2,165,22). Sum of RGB (Red+Green+Blue) = 2+165+22=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 165 (64.84% from 255 or 87.30% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 165 - color contains mainly: green. Hex color #02A516 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02A516 is #FD5AE9. Grayscale: #646464. Windows color (decimal): -16603882 or 1484034. OLE color: 1484034.
HSL color Cylindrical-coordinate representation of color #02A516: hue angle of 127.36º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A516 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 2 | 165 | 22 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.35 |
| HSL | 127.36º | 0.98% | 0.33% | - |
| HSV(B) | 127.36º | 0.99% | 0.65% | - |
| XYZ | 13.62 | 26.98 | 5.25 | - |
| YUV | 99.96 | 84 | 58.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 165 | 22 | 0.99 | 0 | 0.87 | 0.35 | 127.36 | 0.98 | 0.33 |
| Hex | 2 | A5 | 16 | 63 | 0 | 57 | 23 | 7F | 62 | 21 |
| Octal | 2 | 245 | 26 | 143 | 0 | 127 | 43 | 177 | 142 | 41 |
| Binary | 10 | 10100101 | 10110 | 1100011 | 0 | 1010111 | 100011 | 1111111 | 1100010 | 100001 |
Color Harmonies of #02A516
Complementary color
Monochromatic Colors of #02A516
Black with #02A516
Text Example
Text Example
White with #02A516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A516; }
p { color: rgb(2,165,22); }
H1.HeaderClassName
{
color: #02A516;
}
.AnyTagClassName
{
color: #02A516;
}
</style>
background-color css
<style>
a { background-color: #02A516; }
a { background-color: rgb(2,165,22); }
div.DivClassName
{
background-color: #02A516;
}
.BgClassName
{
background-color: #02A516;
}
</style>
border-color css
<style>
span { border-color: #02A516; }
span { border-color: rgb(2,165,22); }
td.TdClassName
{
border-color: #02A516;
}
.TagClassName
{
border-color: #02A516;
}
</style>