Shades of Jade #0CB060
Tints of Jade #0CB060
RGB
CMYK
RGB Variations
Color information
#0CB060 (or 0x0CB060) is known color: Jade. HEX triplet: 0C, B0 and 60. RGB value is (12,176,96). Sum of RGB (Red+Green+Blue) = 12+176+96=284 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.23% from 284); Green value is 176 (69.14% from 255 or 61.97% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 176 - color contains mainly: green. Hex color #0CB060 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CB060 is #F34F9F. Grayscale: #757575. Windows color (decimal): -15945632 or 6336524. OLE color: 6336524.
HSL color Cylindrical-coordinate representation of color #0CB060: hue angle of 150.73º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB060 is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 176 | 96 | - |
| CMYK | 0.93 | 0 | 0.45 | 0.31 |
| HSL | 150.73º | 0.87% | 0.37% | - |
| HSV(B) | 150.73º | 0.93% | 0.69% | - |
| XYZ | 17.79 | 31.97 | 16.3 | - |
| YUV | 117.84 | 115.67 | 52.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 176 | 96 | 0.93 | 0 | 0.45 | 0.31 | 150.73 | 0.87 | 0.37 |
| Hex | C | B0 | 60 | 5D | 0 | 2D | 1F | 97 | 57 | 25 |
| Octal | 14 | 260 | 140 | 135 | 0 | 55 | 37 | 227 | 127 | 45 |
| Binary | 1100 | 10110000 | 1100000 | 1011101 | 0 | 101101 | 11111 | 10010111 | 1010111 | 100101 |
Color Harmonies of #0CB060
Complementary color
Monochromatic Colors of #0CB060
Black with #0CB060
Text Example
Text Example
White with #0CB060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB060; }
p { color: rgb(12,176,96); }
H1.HeaderClassName
{
color: #0CB060;
}
.AnyTagClassName
{
color: #0CB060;
}
</style>
background-color css
<style>
a { background-color: #0CB060; }
a { background-color: rgb(12,176,96); }
div.DivClassName
{
background-color: #0CB060;
}
.BgClassName
{
background-color: #0CB060;
}
</style>
border-color css
<style>
span { border-color: #0CB060; }
span { border-color: rgb(12,176,96); }
td.TdClassName
{
border-color: #0CB060;
}
.TagClassName
{
border-color: #0CB060;
}
</style>