Shades of Jade #0CB370
Tints of Jade #0CB370
RGB
CMYK
RGB Variations
Color information
#0CB370 (or 0x0CB370) is known color: Jade. HEX triplet: 0C, B3 and 70. RGB value is (12,179,112). Sum of RGB (Red+Green+Blue) = 12+179+112=303 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.96% from 303); Green value is 179 (70.31% from 255 or 59.08% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 179 - color contains mainly: green. Hex color #0CB370 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB370 is #F34C8F. Grayscale: #797979. Windows color (decimal): -15944848 or 7385868. OLE color: 7385868.
HSL color Cylindrical-coordinate representation of color #0CB370: hue angle of 155.93º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB370 is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 12 | 179 | 112 | - |
| CMYK | 0.93 | 0 | 0.37 | 0.30 |
| HSL | 155.93º | 0.87% | 0.37% | - |
| HSV(B) | 155.93º | 0.93% | 0.7% | - |
| XYZ | 19.2 | 33.49 | 20.78 | - |
| YUV | 121.43 | 122.67 | 49.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 179 | 112 | 0.93 | 0 | 0.37 | 0.30 | 155.93 | 0.87 | 0.37 |
| Hex | C | B3 | 70 | 5D | 0 | 25 | 1E | 9C | 57 | 25 |
| Octal | 14 | 263 | 160 | 135 | 0 | 45 | 36 | 234 | 127 | 45 |
| Binary | 1100 | 10110011 | 1110000 | 1011101 | 0 | 100101 | 11110 | 10011100 | 1010111 | 100101 |
Color Harmonies of #0CB370
Complementary color
Monochromatic Colors of #0CB370
Black with #0CB370
Text Example
Text Example
White with #0CB370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB370; }
p { color: rgb(12,179,112); }
H1.HeaderClassName
{
color: #0CB370;
}
.AnyTagClassName
{
color: #0CB370;
}
</style>
background-color css
<style>
a { background-color: #0CB370; }
a { background-color: rgb(12,179,112); }
div.DivClassName
{
background-color: #0CB370;
}
.BgClassName
{
background-color: #0CB370;
}
</style>
border-color css
<style>
span { border-color: #0CB370; }
span { border-color: rgb(12,179,112); }
td.TdClassName
{
border-color: #0CB370;
}
.TagClassName
{
border-color: #0CB370;
}
</style>