Shades of Islamic Green #02BC12
Tints of Islamic Green #02BC12
RGB
CMYK
RGB Variations
Color information
#02BC12 (or 0x02BC12) is known color: Islamic Green. HEX triplet: 02, BC and 12. RGB value is (2,188,18). Sum of RGB (Red+Green+Blue) = 2+188+18=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 188 (73.83% from 255 or 90.38% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02BC12 is #FD43ED. Grayscale: #717171. Windows color (decimal): -16597998 or 1227778. OLE color: 1227778.
HSL color Cylindrical-coordinate representation of color #02BC12: hue angle of 125.16º 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 #02BC12 is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 188 | 18 | - |
| CMYK | 0.99 | 0 | 0.90 | 0.26 |
| HSL | 125.16º | 0.98% | 0.37% | - |
| HSV(B) | 125.16º | 0.99% | 0.74% | - |
| XYZ | 18.12 | 36.02 | 6.57 | - |
| YUV | 113.01 | 74.38 | 48.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 188 | 18 | 0.99 | 0 | 0.90 | 0.26 | 125.16 | 0.98 | 0.37 |
| Hex | 2 | BC | 12 | 63 | 0 | 5A | 1A | 7D | 62 | 25 |
| Octal | 2 | 274 | 22 | 143 | 0 | 132 | 32 | 175 | 142 | 45 |
| Binary | 10 | 10111100 | 10010 | 1100011 | 0 | 1011010 | 11010 | 1111101 | 1100010 | 100101 |
Color Harmonies of #02BC12
Complementary color
Monochromatic Colors of #02BC12
Black with #02BC12
Text Example
Text Example
White with #02BC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BC12; }
p { color: rgb(2,188,18); }
H1.HeaderClassName
{
color: #02BC12;
}
.AnyTagClassName
{
color: #02BC12;
}
</style>
background-color css
<style>
a { background-color: #02BC12; }
a { background-color: rgb(2,188,18); }
div.DivClassName
{
background-color: #02BC12;
}
.BgClassName
{
background-color: #02BC12;
}
</style>
border-color css
<style>
span { border-color: #02BC12; }
span { border-color: rgb(2,188,18); }
td.TdClassName
{
border-color: #02BC12;
}
.TagClassName
{
border-color: #02BC12;
}
</style>