Shades of Jade #0CB072
Tints of Jade #0CB072
RGB
CMYK
RGB Variations
Color information
#0CB072 (or 0x0CB072) is known color: Jade. HEX triplet: 0C, B0 and 72. RGB value is (12,176,114). Sum of RGB (Red+Green+Blue) = 12+176+114=302 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.97% from 302); Green value is 176 (69.14% from 255 or 58.28% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 176 - color contains mainly: green. Hex color #0CB072 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CB072 is #F34F8D. Grayscale: #777777. Windows color (decimal): -15945614 or 7516172. OLE color: 7516172.
HSL color Cylindrical-coordinate representation of color #0CB072: hue angle of 157.32º 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 #0CB072 is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 176 | 114 | - |
| CMYK | 0.93 | 0 | 0.35 | 0.31 |
| HSL | 157.32º | 0.87% | 0.37% | - |
| HSV(B) | 157.32º | 0.93% | 0.69% | - |
| XYZ | 18.71 | 32.34 | 21.18 | - |
| YUV | 119.9 | 124.67 | 51.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 176 | 114 | 0.93 | 0 | 0.35 | 0.31 | 157.32 | 0.87 | 0.37 |
| Hex | C | B0 | 72 | 5D | 0 | 23 | 1F | 9D | 57 | 25 |
| Octal | 14 | 260 | 162 | 135 | 0 | 43 | 37 | 235 | 127 | 45 |
| Binary | 1100 | 10110000 | 1110010 | 1011101 | 0 | 100011 | 11111 | 10011101 | 1010111 | 100101 |
Color Harmonies of #0CB072
Complementary color
Monochromatic Colors of #0CB072
Black with #0CB072
Text Example
Text Example
White with #0CB072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB072; }
p { color: rgb(12,176,114); }
H1.HeaderClassName
{
color: #0CB072;
}
.AnyTagClassName
{
color: #0CB072;
}
</style>
background-color css
<style>
a { background-color: #0CB072; }
a { background-color: rgb(12,176,114); }
div.DivClassName
{
background-color: #0CB072;
}
.BgClassName
{
background-color: #0CB072;
}
</style>
border-color css
<style>
span { border-color: #0CB072; }
span { border-color: rgb(12,176,114); }
td.TdClassName
{
border-color: #0CB072;
}
.TagClassName
{
border-color: #0CB072;
}
</style>