Shades of Jade #0CB874
Tints of Jade #0CB874
RGB
CMYK
RGB Variations
Color information
#0CB874 (or 0x0CB874) is known color: Jade. HEX triplet: 0C, B8 and 74. RGB value is (12,184,116). Sum of RGB (Red+Green+Blue) = 12+184+116=312 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.85% from 312); Green value is 184 (72.27% from 255 or 58.97% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB874 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB874 is #F3478B. Grayscale: #7C7C7C. Windows color (decimal): -15943564 or 7649292. OLE color: 7649292.
HSL color Cylindrical-coordinate representation of color #0CB874: hue angle of 156.28º 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 #0CB874 is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 12 | 184 | 116 | - |
| CMYK | 0.93 | 0 | 0.37 | 0.28 |
| HSL | 156.28º | 0.88% | 0.38% | - |
| HSV(B) | 156.28º | 0.93% | 0.72% | - |
| XYZ | 20.44 | 35.62 | 22.32 | - |
| YUV | 124.82 | 123.02 | 47.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 184 | 116 | 0.93 | 0 | 0.37 | 0.28 | 156.28 | 0.88 | 0.38 |
| Hex | C | B8 | 74 | 5D | 0 | 25 | 1C | 9C | 58 | 26 |
| Octal | 14 | 270 | 164 | 135 | 0 | 45 | 34 | 234 | 130 | 46 |
| Binary | 1100 | 10111000 | 1110100 | 1011101 | 0 | 100101 | 11100 | 10011100 | 1011000 | 100110 |
Color Harmonies of #0CB874
Complementary color
Monochromatic Colors of #0CB874
Black with #0CB874
Text Example
Text Example
White with #0CB874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB874; }
p { color: rgb(12,184,116); }
H1.HeaderClassName
{
color: #0CB874;
}
.AnyTagClassName
{
color: #0CB874;
}
</style>
background-color css
<style>
a { background-color: #0CB874; }
a { background-color: rgb(12,184,116); }
div.DivClassName
{
background-color: #0CB874;
}
.BgClassName
{
background-color: #0CB874;
}
</style>
border-color css
<style>
span { border-color: #0CB874; }
span { border-color: rgb(12,184,116); }
td.TdClassName
{
border-color: #0CB874;
}
.TagClassName
{
border-color: #0CB874;
}
</style>