Shades of Islamic Green #0CBC16
Tints of Islamic Green #0CBC16
RGB
CMYK
RGB Variations
Color information
#0CBC16 (or 0x0CBC16) is known color: Islamic Green. HEX triplet: 0C, BC and 16. RGB value is (12,188,22). Sum of RGB (Red+Green+Blue) = 12+188+22=222 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.41% from 222); Green value is 188 (73.83% from 255 or 84.68% from 222); Blue value is 22 (8.98% from 255 or 9.91% from 222); Max value from RGB is 188 - color contains mainly: green. Hex color #0CBC16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CBC16 is #F343E9. Grayscale: #747474. Windows color (decimal): -15942634 or 1489932. OLE color: 1489932.
HSL color Cylindrical-coordinate representation of color #0CBC16: hue angle of 123.41º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBC16 is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 188 | 22 | - |
| CMYK | 0.94 | 0 | 0.88 | 0.26 |
| HSL | 123.41º | 0.88% | 0.39% | - |
| HSV(B) | 123.41º | 0.94% | 0.74% | - |
| XYZ | 18.28 | 36.1 | 6.76 | - |
| YUV | 116.45 | 74.69 | 53.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 188 | 22 | 0.94 | 0 | 0.88 | 0.26 | 123.41 | 0.88 | 0.39 |
| Hex | C | BC | 16 | 5E | 0 | 58 | 1A | 7B | 58 | 27 |
| Octal | 14 | 274 | 26 | 136 | 0 | 130 | 32 | 173 | 130 | 47 |
| Binary | 1100 | 10111100 | 10110 | 1011110 | 0 | 1011000 | 11010 | 1111011 | 1011000 | 100111 |
Color Harmonies of #0CBC16
Complementary color
Monochromatic Colors of #0CBC16
Black with #0CBC16
Text Example
Text Example
White with #0CBC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBC16; }
p { color: rgb(12,188,22); }
H1.HeaderClassName
{
color: #0CBC16;
}
.AnyTagClassName
{
color: #0CBC16;
}
</style>
background-color css
<style>
a { background-color: #0CBC16; }
a { background-color: rgb(12,188,22); }
div.DivClassName
{
background-color: #0CBC16;
}
.BgClassName
{
background-color: #0CBC16;
}
</style>
border-color css
<style>
span { border-color: #0CBC16; }
span { border-color: rgb(12,188,22); }
td.TdClassName
{
border-color: #0CBC16;
}
.TagClassName
{
border-color: #0CBC16;
}
</style>