Shades of Islamic Green #02C20F
Tints of Islamic Green #02C20F
RGB
CMYK
RGB Variations
Color information
#02C20F (or 0x02C20F) is known color: Islamic Green. HEX triplet: 02, C2 and 0F. RGB value is (2,194,15). Sum of RGB (Red+Green+Blue) = 2+194+15=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 194 (76.17% from 255 or 91.94% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 194 - color contains mainly: green. Hex color #02C20F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C20F is #FD3DF0. Grayscale: #747474. Windows color (decimal): -16596465 or 1032706. OLE color: 1032706.
HSL color Cylindrical-coordinate representation of color #02C20F: hue angle of 124.06º 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 #02C20F is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 194 | 15 | - |
| CMYK | 0.99 | 0 | 0.92 | 0.24 |
| HSL | 124.06º | 0.98% | 0.38% | - |
| HSV(B) | 124.06º | 0.99% | 0.76% | - |
| XYZ | 19.4 | 38.63 | 6.89 | - |
| YUV | 116.19 | 70.89 | 46.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 15 | 0.99 | 0 | 0.92 | 0.24 | 124.06 | 0.98 | 0.38 |
| Hex | 2 | C2 | F | 63 | 0 | 5C | 18 | 7C | 62 | 26 |
| Octal | 2 | 302 | 17 | 143 | 0 | 134 | 30 | 174 | 142 | 46 |
| Binary | 10 | 11000010 | 1111 | 1100011 | 0 | 1011100 | 11000 | 1111100 | 1100010 | 100110 |
Color Harmonies of #02C20F
Complementary color
Monochromatic Colors of #02C20F
Black with #02C20F
Text Example
Text Example
White with #02C20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C20F; }
p { color: rgb(2,194,15); }
H1.HeaderClassName
{
color: #02C20F;
}
.AnyTagClassName
{
color: #02C20F;
}
</style>
background-color css
<style>
a { background-color: #02C20F; }
a { background-color: rgb(2,194,15); }
div.DivClassName
{
background-color: #02C20F;
}
.BgClassName
{
background-color: #02C20F;
}
</style>
border-color css
<style>
span { border-color: #02C20F; }
span { border-color: rgb(2,194,15); }
td.TdClassName
{
border-color: #02C20F;
}
.TagClassName
{
border-color: #02C20F;
}
</style>