Shades of Islamic Green #02C510
Tints of Islamic Green #02C510
RGB
CMYK
RGB Variations
Color information
#02C510 (or 0x02C510) is known color: Islamic Green. HEX triplet: 02, C5 and 10. RGB value is (2,197,16). Sum of RGB (Red+Green+Blue) = 2+197+16=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 197 (77.34% from 255 or 91.63% from 215); Blue value is 16 (6.64% from 255 or 7.44% from 215); Max value from RGB is 197 - color contains mainly: green. Hex color #02C510 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C510 is #FD3AEF. Grayscale: #767676. Windows color (decimal): -16595696 or 1099010. OLE color: 1099010.
HSL color Cylindrical-coordinate representation of color #02C510: hue angle of 124.31º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C510 is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 197 | 16 | - |
| CMYK | 0.99 | 0 | 0.92 | 0.23 |
| HSL | 124.31º | 0.98% | 0.39% | - |
| HSV(B) | 124.31º | 0.99% | 0.77% | - |
| XYZ | 20.08 | 39.98 | 7.15 | - |
| YUV | 118.06 | 70.4 | 45.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 197 | 16 | 0.99 | 0 | 0.92 | 0.23 | 124.31 | 0.98 | 0.39 |
| Hex | 2 | C5 | 10 | 63 | 0 | 5C | 17 | 7C | 62 | 27 |
| Octal | 2 | 305 | 20 | 143 | 0 | 134 | 27 | 174 | 142 | 47 |
| Binary | 10 | 11000101 | 10000 | 1100011 | 0 | 1011100 | 10111 | 1111100 | 1100010 | 100111 |
Color Harmonies of #02C510
Complementary color
Monochromatic Colors of #02C510
Black with #02C510
Text Example
Text Example
White with #02C510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C510; }
p { color: rgb(2,197,16); }
H1.HeaderClassName
{
color: #02C510;
}
.AnyTagClassName
{
color: #02C510;
}
</style>
background-color css
<style>
a { background-color: #02C510; }
a { background-color: rgb(2,197,16); }
div.DivClassName
{
background-color: #02C510;
}
.BgClassName
{
background-color: #02C510;
}
</style>
border-color css
<style>
span { border-color: #02C510; }
span { border-color: rgb(2,197,16); }
td.TdClassName
{
border-color: #02C510;
}
.TagClassName
{
border-color: #02C510;
}
</style>