Shades of Islamic Green #02C50B
Tints of Islamic Green #02C50B
RGB
CMYK
RGB Variations
Color information
#02C50B (or 0x02C50B) is known color: Islamic Green. HEX triplet: 02, C5 and 0B. RGB value is (2,197,11). Sum of RGB (Red+Green+Blue) = 2+197+11=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 197 (77.34% from 255 or 93.81% from 210); Blue value is 11 (4.69% from 255 or 5.24% from 210); Max value from RGB is 197 - color contains mainly: green. Hex color #02C50B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C50B is #FD3AF4. Grayscale: #767676. Windows color (decimal): -16595701 or 771330. OLE color: 771330.
HSL color Cylindrical-coordinate representation of color #02C50B: hue angle of 122.77º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C50B is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 197 | 11 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.23 |
| HSL | 122.77º | 0.98% | 0.39% | - |
| HSV(B) | 122.77º | 0.99% | 0.77% | - |
| XYZ | 20.05 | 39.97 | 6.97 | - |
| YUV | 117.49 | 67.9 | 45.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 197 | 11 | 0.99 | 0 | 0.94 | 0.23 | 122.77 | 0.98 | 0.39 |
| Hex | 2 | C5 | B | 63 | 0 | 5E | 17 | 7B | 62 | 27 |
| Octal | 2 | 305 | 13 | 143 | 0 | 136 | 27 | 173 | 142 | 47 |
| Binary | 10 | 11000101 | 1011 | 1100011 | 0 | 1011110 | 10111 | 1111011 | 1100010 | 100111 |
Color Harmonies of #02C50B
Complementary color
Monochromatic Colors of #02C50B
Black with #02C50B
Text Example
Text Example
White with #02C50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C50B; }
p { color: rgb(2,197,11); }
H1.HeaderClassName
{
color: #02C50B;
}
.AnyTagClassName
{
color: #02C50B;
}
</style>
background-color css
<style>
a { background-color: #02C50B; }
a { background-color: rgb(2,197,11); }
div.DivClassName
{
background-color: #02C50B;
}
.BgClassName
{
background-color: #02C50B;
}
</style>
border-color css
<style>
span { border-color: #02C50B; }
span { border-color: rgb(2,197,11); }
td.TdClassName
{
border-color: #02C50B;
}
.TagClassName
{
border-color: #02C50B;
}
</style>