Shades of Jade #0CB86E
Tints of Jade #0CB86E
RGB
CMYK
RGB Variations
Color information
#0CB86E (or 0x0CB86E) is known color: Jade. HEX triplet: 0C, B8 and 6E. RGB value is (12,184,110). Sum of RGB (Red+Green+Blue) = 12+184+110=306 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.92% from 306); Green value is 184 (72.27% from 255 or 60.13% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB86E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB86E is #F34791. Grayscale: #7C7C7C. Windows color (decimal): -15943570 or 7256076. OLE color: 7256076.
HSL color Cylindrical-coordinate representation of color #0CB86E: hue angle of 154.19º 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 #0CB86E is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 12 | 184 | 110 | - |
| CMYK | 0.93 | 0 | 0.40 | 0.28 |
| HSL | 154.19º | 0.88% | 0.38% | - |
| HSV(B) | 154.19º | 0.93% | 0.72% | - |
| XYZ | 20.11 | 35.48 | 20.54 | - |
| YUV | 124.14 | 120.02 | 48.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 184 | 110 | 0.93 | 0 | 0.40 | 0.28 | 154.19 | 0.88 | 0.38 |
| Hex | C | B8 | 6E | 5D | 0 | 28 | 1C | 9A | 58 | 26 |
| Octal | 14 | 270 | 156 | 135 | 0 | 50 | 34 | 232 | 130 | 46 |
| Binary | 1100 | 10111000 | 1101110 | 1011101 | 0 | 101000 | 11100 | 10011010 | 1011000 | 100110 |
Color Harmonies of #0CB86E
Complementary color
Monochromatic Colors of #0CB86E
Black with #0CB86E
Text Example
Text Example
White with #0CB86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB86E; }
p { color: rgb(12,184,110); }
H1.HeaderClassName
{
color: #0CB86E;
}
.AnyTagClassName
{
color: #0CB86E;
}
</style>
background-color css
<style>
a { background-color: #0CB86E; }
a { background-color: rgb(12,184,110); }
div.DivClassName
{
background-color: #0CB86E;
}
.BgClassName
{
background-color: #0CB86E;
}
</style>
border-color css
<style>
span { border-color: #0CB86E; }
span { border-color: rgb(12,184,110); }
td.TdClassName
{
border-color: #0CB86E;
}
.TagClassName
{
border-color: #0CB86E;
}
</style>