Shades of Jade #0CB871
Tints of Jade #0CB871
RGB
CMYK
RGB Variations
Color information
#0CB871 (or 0x0CB871) is known color: Jade. HEX triplet: 0C, B8 and 71. RGB value is (12,184,113). Sum of RGB (Red+Green+Blue) = 12+184+113=309 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.88% from 309); Green value is 184 (72.27% from 255 or 59.55% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB871 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB871 is #F3478E. Grayscale: #7C7C7C. Windows color (decimal): -15943567 or 7452684. OLE color: 7452684.
HSL color Cylindrical-coordinate representation of color #0CB871: hue angle of 155.23º 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 #0CB871 is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 12 | 184 | 113 | - |
| CMYK | 0.93 | 0 | 0.39 | 0.28 |
| HSL | 155.23º | 0.88% | 0.38% | - |
| HSV(B) | 155.23º | 0.93% | 0.72% | - |
| XYZ | 20.27 | 35.55 | 21.42 | - |
| YUV | 124.48 | 121.52 | 47.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 184 | 113 | 0.93 | 0 | 0.39 | 0.28 | 155.23 | 0.88 | 0.38 |
| Hex | C | B8 | 71 | 5D | 0 | 27 | 1C | 9B | 58 | 26 |
| Octal | 14 | 270 | 161 | 135 | 0 | 47 | 34 | 233 | 130 | 46 |
| Binary | 1100 | 10111000 | 1110001 | 1011101 | 0 | 100111 | 11100 | 10011011 | 1011000 | 100110 |
Color Harmonies of #0CB871
Complementary color
Monochromatic Colors of #0CB871
Black with #0CB871
Text Example
Text Example
White with #0CB871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB871; }
p { color: rgb(12,184,113); }
H1.HeaderClassName
{
color: #0CB871;
}
.AnyTagClassName
{
color: #0CB871;
}
</style>
background-color css
<style>
a { background-color: #0CB871; }
a { background-color: rgb(12,184,113); }
div.DivClassName
{
background-color: #0CB871;
}
.BgClassName
{
background-color: #0CB871;
}
</style>
border-color css
<style>
span { border-color: #0CB871; }
span { border-color: rgb(12,184,113); }
td.TdClassName
{
border-color: #0CB871;
}
.TagClassName
{
border-color: #0CB871;
}
</style>