Shades of Jade #0CAE68
Tints of Jade #0CAE68
RGB
CMYK
RGB Variations
Color information
#0CAE68 (or 0x0CAE68) is known color: Jade. HEX triplet: 0C, AE and 68. RGB value is (12,174,104). Sum of RGB (Red+Green+Blue) = 12+174+104=290 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.14% from 290); Green value is 174 (68.36% from 255 or 60% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 174 - color contains mainly: green. Hex color #0CAE68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAE68 is #F35197. Grayscale: #757575. Windows color (decimal): -15946136 or 6860300. OLE color: 6860300.
HSL color Cylindrical-coordinate representation of color #0CAE68: hue angle of 154.07º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAE68 is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 174 | 104 | - |
| CMYK | 0.93 | 0 | 0.40 | 0.32 |
| HSL | 154.07º | 0.87% | 0.36% | - |
| HSV(B) | 154.07º | 0.93% | 0.68% | - |
| XYZ | 17.79 | 31.35 | 18.21 | - |
| YUV | 117.58 | 120.33 | 52.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 174 | 104 | 0.93 | 0 | 0.40 | 0.32 | 154.07 | 0.87 | 0.36 |
| Hex | C | AE | 68 | 5D | 0 | 28 | 20 | 9A | 57 | 24 |
| Octal | 14 | 256 | 150 | 135 | 0 | 50 | 40 | 232 | 127 | 44 |
| Binary | 1100 | 10101110 | 1101000 | 1011101 | 0 | 101000 | 100000 | 10011010 | 1010111 | 100100 |
Color Harmonies of #0CAE68
Complementary color
Monochromatic Colors of #0CAE68
Black with #0CAE68
Text Example
Text Example
White with #0CAE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAE68; }
p { color: rgb(12,174,104); }
H1.HeaderClassName
{
color: #0CAE68;
}
.AnyTagClassName
{
color: #0CAE68;
}
</style>
background-color css
<style>
a { background-color: #0CAE68; }
a { background-color: rgb(12,174,104); }
div.DivClassName
{
background-color: #0CAE68;
}
.BgClassName
{
background-color: #0CAE68;
}
</style>
border-color css
<style>
span { border-color: #0CAE68; }
span { border-color: rgb(12,174,104); }
td.TdClassName
{
border-color: #0CAE68;
}
.TagClassName
{
border-color: #0CAE68;
}
</style>