Shades of Islamic Green #02BC14
Tints of Islamic Green #02BC14
RGB
CMYK
RGB Variations
Color information
#02BC14 (or 0x02BC14) is known color: Islamic Green. HEX triplet: 02, BC and 14. RGB value is (2,188,20). Sum of RGB (Red+Green+Blue) = 2+188+20=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 188 (73.83% from 255 or 89.52% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02BC14 is #FD43EB. Grayscale: #717171. Windows color (decimal): -16597996 or 1358850. OLE color: 1358850.
HSL color Cylindrical-coordinate representation of color #02BC14: hue angle of 125.81º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BC14 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 188 | 20 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.26 |
| HSL | 125.81º | 0.98% | 0.37% | - |
| HSV(B) | 125.81º | 0.99% | 0.74% | - |
| XYZ | 18.13 | 36.03 | 6.66 | - |
| YUV | 113.23 | 75.38 | 48.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 188 | 20 | 0.99 | 0 | 0.89 | 0.26 | 125.81 | 0.98 | 0.37 |
| Hex | 2 | BC | 14 | 63 | 0 | 59 | 1A | 7E | 62 | 25 |
| Octal | 2 | 274 | 24 | 143 | 0 | 131 | 32 | 176 | 142 | 45 |
| Binary | 10 | 10111100 | 10100 | 1100011 | 0 | 1011001 | 11010 | 1111110 | 1100010 | 100101 |
Color Harmonies of #02BC14
Complementary color
Monochromatic Colors of #02BC14
Black with #02BC14
Text Example
Text Example
White with #02BC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BC14; }
p { color: rgb(2,188,20); }
H1.HeaderClassName
{
color: #02BC14;
}
.AnyTagClassName
{
color: #02BC14;
}
</style>
background-color css
<style>
a { background-color: #02BC14; }
a { background-color: rgb(2,188,20); }
div.DivClassName
{
background-color: #02BC14;
}
.BgClassName
{
background-color: #02BC14;
}
</style>
border-color css
<style>
span { border-color: #02BC14; }
span { border-color: rgb(2,188,20); }
td.TdClassName
{
border-color: #02BC14;
}
.TagClassName
{
border-color: #02BC14;
}
</style>