Shades of Islamic Green #02C906
Tints of Islamic Green #02C906
RGB
CMYK
RGB Variations
Color information
#02C906 (or 0x02C906) is known color: Islamic Green. HEX triplet: 02, C9 and 06. RGB value is (2,201,6). Sum of RGB (Red+Green+Blue) = 2+201+6=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 201 (78.91% from 255 or 96.17% from 209); Blue value is 6 (2.73% from 255 or 2.87% from 209); Max value from RGB is 201 - color contains mainly: green. Hex color #02C906 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C906 is #FD36F9. Grayscale: #777777. Windows color (decimal): -16594682 or 444674. OLE color: 444674.
HSL color Cylindrical-coordinate representation of color #02C906: hue angle of 121.21º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C906 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 201 | 6 | - |
| CMYK | 0.99 | 0 | 0.97 | 0.21 |
| HSL | 121.21º | 0.98% | 0.4% | - |
| HSV(B) | 121.21º | 0.99% | 0.79% | - |
| XYZ | 20.94 | 41.8 | 7.14 | - |
| YUV | 119.27 | 64.07 | 44.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 201 | 6 | 0.99 | 0 | 0.97 | 0.21 | 121.21 | 0.98 | 0.4 |
| Hex | 2 | C9 | 6 | 63 | 0 | 61 | 15 | 79 | 62 | 28 |
| Octal | 2 | 311 | 6 | 143 | 0 | 141 | 25 | 171 | 142 | 50 |
| Binary | 10 | 11001001 | 110 | 1100011 | 0 | 1100001 | 10101 | 1111001 | 1100010 | 101000 |
Color Harmonies of #02C906
Complementary color
Monochromatic Colors of #02C906
Black with #02C906
Text Example
Text Example
White with #02C906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C906; }
p { color: rgb(2,201,6); }
H1.HeaderClassName
{
color: #02C906;
}
.AnyTagClassName
{
color: #02C906;
}
</style>
background-color css
<style>
a { background-color: #02C906; }
a { background-color: rgb(2,201,6); }
div.DivClassName
{
background-color: #02C906;
}
.BgClassName
{
background-color: #02C906;
}
</style>
border-color css
<style>
span { border-color: #02C906; }
span { border-color: rgb(2,201,6); }
td.TdClassName
{
border-color: #02C906;
}
.TagClassName
{
border-color: #02C906;
}
</style>