Shades of Islamic Green #02C10E
Tints of Islamic Green #02C10E
RGB
CMYK
RGB Variations
Color information
#02C10E (or 0x02C10E) is known color: Islamic Green. HEX triplet: 02, C1 and 0E. RGB value is (2,193,14). Sum of RGB (Red+Green+Blue) = 2+193+14=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 193 (75.78% from 255 or 92.34% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 193 - color contains mainly: green. Hex color #02C10E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C10E is #FD3EF1. Grayscale: #747474. Windows color (decimal): -16596722 or 966914. OLE color: 966914.
HSL color Cylindrical-coordinate representation of color #02C10E: hue angle of 123.77º 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 #02C10E is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 193 | 14 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.24 |
| HSL | 123.77º | 0.98% | 0.38% | - |
| HSV(B) | 123.77º | 0.99% | 0.76% | - |
| XYZ | 19.17 | 38.18 | 6.78 | - |
| YUV | 115.49 | 70.72 | 47.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 193 | 14 | 0.99 | 0 | 0.93 | 0.24 | 123.77 | 0.98 | 0.38 |
| Hex | 2 | C1 | E | 63 | 0 | 5D | 18 | 7C | 62 | 26 |
| Octal | 2 | 301 | 16 | 143 | 0 | 135 | 30 | 174 | 142 | 46 |
| Binary | 10 | 11000001 | 1110 | 1100011 | 0 | 1011101 | 11000 | 1111100 | 1100010 | 100110 |
Color Harmonies of #02C10E
Complementary color
Monochromatic Colors of #02C10E
Black with #02C10E
Text Example
Text Example
White with #02C10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C10E; }
p { color: rgb(2,193,14); }
H1.HeaderClassName
{
color: #02C10E;
}
.AnyTagClassName
{
color: #02C10E;
}
</style>
background-color css
<style>
a { background-color: #02C10E; }
a { background-color: rgb(2,193,14); }
div.DivClassName
{
background-color: #02C10E;
}
.BgClassName
{
background-color: #02C10E;
}
</style>
border-color css
<style>
span { border-color: #02C10E; }
span { border-color: rgb(2,193,14); }
td.TdClassName
{
border-color: #02C10E;
}
.TagClassName
{
border-color: #02C10E;
}
</style>