Shades of Islamic Green #02C210
Tints of Islamic Green #02C210
RGB
CMYK
RGB Variations
Color information
#02C210 (or 0x02C210) is known color: Islamic Green. HEX triplet: 02, C2 and 10. RGB value is (2,194,16). Sum of RGB (Red+Green+Blue) = 2+194+16=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 194 (76.17% from 255 or 91.51% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 194 - color contains mainly: green. Hex color #02C210 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C210 is #FD3DEF. Grayscale: #747474. Windows color (decimal): -16596464 or 1098242. OLE color: 1098242.
HSL color Cylindrical-coordinate representation of color #02C210: hue angle of 124.38º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C210 is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 194 | 16 | - |
| CMYK | 0.99 | 0 | 0.92 | 0.24 |
| HSL | 124.38º | 0.98% | 0.38% | - |
| HSV(B) | 124.38º | 0.99% | 0.76% | - |
| XYZ | 19.41 | 38.63 | 6.92 | - |
| YUV | 116.3 | 71.39 | 46.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 16 | 0.99 | 0 | 0.92 | 0.24 | 124.38 | 0.98 | 0.38 |
| Hex | 2 | C2 | 10 | 63 | 0 | 5C | 18 | 7C | 62 | 26 |
| Octal | 2 | 302 | 20 | 143 | 0 | 134 | 30 | 174 | 142 | 46 |
| Binary | 10 | 11000010 | 10000 | 1100011 | 0 | 1011100 | 11000 | 1111100 | 1100010 | 100110 |
Color Harmonies of #02C210
Complementary color
Monochromatic Colors of #02C210
Black with #02C210
Text Example
Text Example
White with #02C210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C210; }
p { color: rgb(2,194,16); }
H1.HeaderClassName
{
color: #02C210;
}
.AnyTagClassName
{
color: #02C210;
}
</style>
background-color css
<style>
a { background-color: #02C210; }
a { background-color: rgb(2,194,16); }
div.DivClassName
{
background-color: #02C210;
}
.BgClassName
{
background-color: #02C210;
}
</style>
border-color css
<style>
span { border-color: #02C210; }
span { border-color: rgb(2,194,16); }
td.TdClassName
{
border-color: #02C210;
}
.TagClassName
{
border-color: #02C210;
}
</style>