Shades of Jade #0CB160
Tints of Jade #0CB160
RGB
CMYK
RGB Variations
Color information
#0CB160 (or 0x0CB160) is known color: Jade. HEX triplet: 0C, B1 and 60. RGB value is (12,177,96). Sum of RGB (Red+Green+Blue) = 12+177+96=285 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.21% from 285); Green value is 177 (69.53% from 255 or 62.11% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 177 - color contains mainly: green. Hex color #0CB160 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CB160 is #F34E9F. Grayscale: #767676. Windows color (decimal): -15945376 or 6336780. OLE color: 6336780.
HSL color Cylindrical-coordinate representation of color #0CB160: hue angle of 150.55º 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 #0CB160 is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 177 | 96 | - |
| CMYK | 0.93 | 0 | 0.46 | 0.31 |
| HSL | 150.55º | 0.87% | 0.37% | - |
| HSV(B) | 150.55º | 0.93% | 0.69% | - |
| XYZ | 17.99 | 32.37 | 16.37 | - |
| YUV | 118.43 | 115.34 | 52.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 177 | 96 | 0.93 | 0 | 0.46 | 0.31 | 150.55 | 0.87 | 0.37 |
| Hex | C | B1 | 60 | 5D | 0 | 2E | 1F | 97 | 57 | 25 |
| Octal | 14 | 261 | 140 | 135 | 0 | 56 | 37 | 227 | 127 | 45 |
| Binary | 1100 | 10110001 | 1100000 | 1011101 | 0 | 101110 | 11111 | 10010111 | 1010111 | 100101 |
Color Harmonies of #0CB160
Complementary color
Monochromatic Colors of #0CB160
Black with #0CB160
Text Example
Text Example
White with #0CB160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB160; }
p { color: rgb(12,177,96); }
H1.HeaderClassName
{
color: #0CB160;
}
.AnyTagClassName
{
color: #0CB160;
}
</style>
background-color css
<style>
a { background-color: #0CB160; }
a { background-color: rgb(12,177,96); }
div.DivClassName
{
background-color: #0CB160;
}
.BgClassName
{
background-color: #0CB160;
}
</style>
border-color css
<style>
span { border-color: #0CB160; }
span { border-color: rgb(12,177,96); }
td.TdClassName
{
border-color: #0CB160;
}
.TagClassName
{
border-color: #0CB160;
}
</style>