Shades of Jade #0CBA60
Tints of Jade #0CBA60
RGB
CMYK
RGB Variations
Color information
#0CBA60 (or 0x0CBA60) is known color: Jade. HEX triplet: 0C, BA and 60. RGB value is (12,186,96). Sum of RGB (Red+Green+Blue) = 12+186+96=294 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.08% from 294); Green value is 186 (73.05% from 255 or 63.27% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 186 - color contains mainly: green. Hex color #0CBA60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CBA60 is #F3459F. Grayscale: #7B7B7B. Windows color (decimal): -15943072 or 6339084. OLE color: 6339084.
HSL color Cylindrical-coordinate representation of color #0CBA60: hue angle of 148.97º 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 #0CBA60 is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 186 | 96 | - |
| CMYK | 0.94 | 0 | 0.48 | 0.27 |
| HSL | 148.97º | 0.88% | 0.39% | - |
| HSV(B) | 148.97º | 0.94% | 0.73% | - |
| XYZ | 19.82 | 36.04 | 16.98 | - |
| YUV | 123.71 | 112.35 | 48.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 186 | 96 | 0.94 | 0 | 0.48 | 0.27 | 148.97 | 0.88 | 0.39 |
| Hex | C | BA | 60 | 5E | 0 | 30 | 1B | 95 | 58 | 27 |
| Octal | 14 | 272 | 140 | 136 | 0 | 60 | 33 | 225 | 130 | 47 |
| Binary | 1100 | 10111010 | 1100000 | 1011110 | 0 | 110000 | 11011 | 10010101 | 1011000 | 100111 |
Color Harmonies of #0CBA60
Complementary color
Monochromatic Colors of #0CBA60
Black with #0CBA60
Text Example
Text Example
White with #0CBA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBA60; }
p { color: rgb(12,186,96); }
H1.HeaderClassName
{
color: #0CBA60;
}
.AnyTagClassName
{
color: #0CBA60;
}
</style>
background-color css
<style>
a { background-color: #0CBA60; }
a { background-color: rgb(12,186,96); }
div.DivClassName
{
background-color: #0CBA60;
}
.BgClassName
{
background-color: #0CBA60;
}
</style>
border-color css
<style>
span { border-color: #0CBA60; }
span { border-color: rgb(12,186,96); }
td.TdClassName
{
border-color: #0CBA60;
}
.TagClassName
{
border-color: #0CBA60;
}
</style>