Shades of Islamic Green #02C00C
Tints of Islamic Green #02C00C
RGB
CMYK
RGB Variations
Color information
#02C00C (or 0x02C00C) is known color: Islamic Green. HEX triplet: 02, C0 and 0C. RGB value is (2,192,12). Sum of RGB (Red+Green+Blue) = 2+192+12=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 192 (75.39% from 255 or 93.20% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 192 - color contains mainly: green. Hex color #02C00C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C00C is #FD3FF3. Grayscale: #737373. Windows color (decimal): -16596980 or 835586. OLE color: 835586.
HSL color Cylindrical-coordinate representation of color #02C00C: hue angle of 123.16º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C00C is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 192 | 12 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.25 |
| HSL | 123.16º | 0.98% | 0.38% | - |
| HSV(B) | 123.16º | 0.99% | 0.75% | - |
| XYZ | 18.94 | 37.74 | 6.63 | - |
| YUV | 114.67 | 70.05 | 47.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 12 | 0.99 | 0 | 0.94 | 0.25 | 123.16 | 0.98 | 0.38 |
| Hex | 2 | C0 | C | 63 | 0 | 5E | 19 | 7B | 62 | 26 |
| Octal | 2 | 300 | 14 | 143 | 0 | 136 | 31 | 173 | 142 | 46 |
| Binary | 10 | 11000000 | 1100 | 1100011 | 0 | 1011110 | 11001 | 1111011 | 1100010 | 100110 |
Color Harmonies of #02C00C
Complementary color
Monochromatic Colors of #02C00C
Black with #02C00C
Text Example
Text Example
White with #02C00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C00C; }
p { color: rgb(2,192,12); }
H1.HeaderClassName
{
color: #02C00C;
}
.AnyTagClassName
{
color: #02C00C;
}
</style>
background-color css
<style>
a { background-color: #02C00C; }
a { background-color: rgb(2,192,12); }
div.DivClassName
{
background-color: #02C00C;
}
.BgClassName
{
background-color: #02C00C;
}
</style>
border-color css
<style>
span { border-color: #02C00C; }
span { border-color: rgb(2,192,12); }
td.TdClassName
{
border-color: #02C00C;
}
.TagClassName
{
border-color: #02C00C;
}
</style>