Shades of Islamic Green #02C111
Tints of Islamic Green #02C111
RGB
CMYK
RGB Variations
Color information
#02C111 (or 0x02C111) is known color: Islamic Green. HEX triplet: 02, C1 and 11. RGB value is (2,193,17). Sum of RGB (Red+Green+Blue) = 2+193+17=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 193 (75.78% from 255 or 91.04% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 193 - color contains mainly: green. Hex color #02C111 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C111 is #FD3EEE. Grayscale: #747474. Windows color (decimal): -16596719 or 1163522. OLE color: 1163522.
HSL color Cylindrical-coordinate representation of color #02C111: hue angle of 124.71º 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 #02C111 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 193 | 17 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.24 |
| HSL | 124.71º | 0.98% | 0.38% | - |
| HSV(B) | 124.71º | 0.99% | 0.76% | - |
| XYZ | 19.2 | 38.19 | 6.89 | - |
| YUV | 115.83 | 72.22 | 46.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 193 | 17 | 0.99 | 0 | 0.91 | 0.24 | 124.71 | 0.98 | 0.38 |
| Hex | 2 | C1 | 11 | 63 | 0 | 5B | 18 | 7D | 62 | 26 |
| Octal | 2 | 301 | 21 | 143 | 0 | 133 | 30 | 175 | 142 | 46 |
| Binary | 10 | 11000001 | 10001 | 1100011 | 0 | 1011011 | 11000 | 1111101 | 1100010 | 100110 |
Color Harmonies of #02C111
Complementary color
Monochromatic Colors of #02C111
Black with #02C111
Text Example
Text Example
White with #02C111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C111; }
p { color: rgb(2,193,17); }
H1.HeaderClassName
{
color: #02C111;
}
.AnyTagClassName
{
color: #02C111;
}
</style>
background-color css
<style>
a { background-color: #02C111; }
a { background-color: rgb(2,193,17); }
div.DivClassName
{
background-color: #02C111;
}
.BgClassName
{
background-color: #02C111;
}
</style>
border-color css
<style>
span { border-color: #02C111; }
span { border-color: rgb(2,193,17); }
td.TdClassName
{
border-color: #02C111;
}
.TagClassName
{
border-color: #02C111;
}
</style>