Shades of Jade #0CBE68
Tints of Jade #0CBE68
RGB
CMYK
RGB Variations
Color information
#0CBE68 (or 0x0CBE68) is known color: Jade. HEX triplet: 0C, BE and 68. RGB value is (12,190,104). Sum of RGB (Red+Green+Blue) = 12+190+104=306 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.92% from 306); Green value is 190 (74.61% from 255 or 62.09% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 190 - color contains mainly: green. Hex color #0CBE68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CBE68 is #F34197. Grayscale: #7F7F7F. Windows color (decimal): -15942040 or 6864396. OLE color: 6864396.
HSL color Cylindrical-coordinate representation of color #0CBE68: hue angle of 151.01º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBE68 is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 190 | 104 | - |
| CMYK | 0.94 | 0 | 0.45 | 0.25 |
| HSL | 151.01º | 0.88% | 0.4% | - |
| HSV(B) | 151.01º | 0.94% | 0.75% | - |
| XYZ | 21.06 | 37.9 | 19.3 | - |
| YUV | 126.97 | 115.03 | 45.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 190 | 104 | 0.94 | 0 | 0.45 | 0.25 | 151.01 | 0.88 | 0.4 |
| Hex | C | BE | 68 | 5E | 0 | 2D | 19 | 97 | 58 | 28 |
| Octal | 14 | 276 | 150 | 136 | 0 | 55 | 31 | 227 | 130 | 50 |
| Binary | 1100 | 10111110 | 1101000 | 1011110 | 0 | 101101 | 11001 | 10010111 | 1011000 | 101000 |
Color Harmonies of #0CBE68
Complementary color
Monochromatic Colors of #0CBE68
Black with #0CBE68
Text Example
Text Example
White with #0CBE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBE68; }
p { color: rgb(12,190,104); }
H1.HeaderClassName
{
color: #0CBE68;
}
.AnyTagClassName
{
color: #0CBE68;
}
</style>
background-color css
<style>
a { background-color: #0CBE68; }
a { background-color: rgb(12,190,104); }
div.DivClassName
{
background-color: #0CBE68;
}
.BgClassName
{
background-color: #0CBE68;
}
</style>
border-color css
<style>
span { border-color: #0CBE68; }
span { border-color: rgb(12,190,104); }
td.TdClassName
{
border-color: #0CBE68;
}
.TagClassName
{
border-color: #0CBE68;
}
</style>