Shades of Jade #0CB870
Tints of Jade #0CB870
RGB
CMYK
RGB Variations
Color information
#0CB870 (or 0x0CB870) is known color: Jade. HEX triplet: 0C, B8 and 70. RGB value is (12,184,112). Sum of RGB (Red+Green+Blue) = 12+184+112=308 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.90% from 308); Green value is 184 (72.27% from 255 or 59.74% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB870 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB870 is #F3478F. Grayscale: #7C7C7C. Windows color (decimal): -15943568 or 7387148. OLE color: 7387148.
HSL color Cylindrical-coordinate representation of color #0CB870: hue angle of 154.88º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB870 is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 12 | 184 | 112 | - |
| CMYK | 0.93 | 0 | 0.39 | 0.28 |
| HSL | 154.88º | 0.88% | 0.38% | - |
| HSV(B) | 154.88º | 0.93% | 0.72% | - |
| XYZ | 20.22 | 35.53 | 21.12 | - |
| YUV | 124.36 | 121.02 | 47.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 184 | 112 | 0.93 | 0 | 0.39 | 0.28 | 154.88 | 0.88 | 0.38 |
| Hex | C | B8 | 70 | 5D | 0 | 27 | 1C | 9B | 58 | 26 |
| Octal | 14 | 270 | 160 | 135 | 0 | 47 | 34 | 233 | 130 | 46 |
| Binary | 1100 | 10111000 | 1110000 | 1011101 | 0 | 100111 | 11100 | 10011011 | 1011000 | 100110 |
Color Harmonies of #0CB870
Complementary color
Monochromatic Colors of #0CB870
Black with #0CB870
Text Example
Text Example
White with #0CB870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB870; }
p { color: rgb(12,184,112); }
H1.HeaderClassName
{
color: #0CB870;
}
.AnyTagClassName
{
color: #0CB870;
}
</style>
background-color css
<style>
a { background-color: #0CB870; }
a { background-color: rgb(12,184,112); }
div.DivClassName
{
background-color: #0CB870;
}
.BgClassName
{
background-color: #0CB870;
}
</style>
border-color css
<style>
span { border-color: #0CB870; }
span { border-color: rgb(12,184,112); }
td.TdClassName
{
border-color: #0CB870;
}
.TagClassName
{
border-color: #0CB870;
}
</style>