Shades of Islamic Green #0CBA14
Tints of Islamic Green #0CBA14
RGB
CMYK
RGB Variations
Color information
#0CBA14 (or 0x0CBA14) is known color: Islamic Green. HEX triplet: 0C, BA and 14. RGB value is (12,186,20). Sum of RGB (Red+Green+Blue) = 12+186+20=218 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.50% from 218); Green value is 186 (73.05% from 255 or 85.32% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 186 - color contains mainly: green. Hex color #0CBA14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CBA14 is #F345EB. Grayscale: #737373. Windows color (decimal): -15943148 or 1358348. OLE color: 1358348.
HSL color Cylindrical-coordinate representation of color #0CBA14: hue angle of 122.76º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBA14 is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 186 | 20 | - |
| CMYK | 0.94 | 0 | 0.89 | 0.27 |
| HSL | 122.76º | 0.88% | 0.39% | - |
| HSV(B) | 122.76º | 0.94% | 0.73% | - |
| XYZ | 17.84 | 35.25 | 6.52 | - |
| YUV | 115.05 | 74.35 | 54.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 186 | 20 | 0.94 | 0 | 0.89 | 0.27 | 122.76 | 0.88 | 0.39 |
| Hex | C | BA | 14 | 5E | 0 | 59 | 1B | 7B | 58 | 27 |
| Octal | 14 | 272 | 24 | 136 | 0 | 131 | 33 | 173 | 130 | 47 |
| Binary | 1100 | 10111010 | 10100 | 1011110 | 0 | 1011001 | 11011 | 1111011 | 1011000 | 100111 |
Color Harmonies of #0CBA14
Complementary color
Monochromatic Colors of #0CBA14
Black with #0CBA14
Text Example
Text Example
White with #0CBA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBA14; }
p { color: rgb(12,186,20); }
H1.HeaderClassName
{
color: #0CBA14;
}
.AnyTagClassName
{
color: #0CBA14;
}
</style>
background-color css
<style>
a { background-color: #0CBA14; }
a { background-color: rgb(12,186,20); }
div.DivClassName
{
background-color: #0CBA14;
}
.BgClassName
{
background-color: #0CBA14;
}
</style>
border-color css
<style>
span { border-color: #0CBA14; }
span { border-color: rgb(12,186,20); }
td.TdClassName
{
border-color: #0CBA14;
}
.TagClassName
{
border-color: #0CBA14;
}
</style>