Shades of Jade #0CAB68
Tints of Jade #0CAB68
RGB
CMYK
RGB Variations
Color information
#0CAB68 (or 0x0CAB68) is known color: Jade. HEX triplet: 0C, AB and 68. RGB value is (12,171,104). Sum of RGB (Red+Green+Blue) = 12+171+104=287 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.18% from 287); Green value is 171 (67.19% from 255 or 59.58% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 171 - color contains mainly: green. Hex color #0CAB68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAB68 is #F35497. Grayscale: #737373. Windows color (decimal): -15946904 or 6859532. OLE color: 6859532.
HSL color Cylindrical-coordinate representation of color #0CAB68: hue angle of 154.72º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAB68 is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 171 | 104 | - |
| CMYK | 0.93 | 0 | 0.39 | 0.33 |
| HSL | 154.72º | 0.87% | 0.36% | - |
| HSV(B) | 154.72º | 0.93% | 0.67% | - |
| XYZ | 17.21 | 30.2 | 18.02 | - |
| YUV | 115.82 | 121.32 | 53.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 171 | 104 | 0.93 | 0 | 0.39 | 0.33 | 154.72 | 0.87 | 0.36 |
| Hex | C | AB | 68 | 5D | 0 | 27 | 21 | 9B | 57 | 24 |
| Octal | 14 | 253 | 150 | 135 | 0 | 47 | 41 | 233 | 127 | 44 |
| Binary | 1100 | 10101011 | 1101000 | 1011101 | 0 | 100111 | 100001 | 10011011 | 1010111 | 100100 |
Color Harmonies of #0CAB68
Complementary color
Monochromatic Colors of #0CAB68
Black with #0CAB68
Text Example
Text Example
White with #0CAB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAB68; }
p { color: rgb(12,171,104); }
H1.HeaderClassName
{
color: #0CAB68;
}
.AnyTagClassName
{
color: #0CAB68;
}
</style>
background-color css
<style>
a { background-color: #0CAB68; }
a { background-color: rgb(12,171,104); }
div.DivClassName
{
background-color: #0CAB68;
}
.BgClassName
{
background-color: #0CAB68;
}
</style>
border-color css
<style>
span { border-color: #0CAB68; }
span { border-color: rgb(12,171,104); }
td.TdClassName
{
border-color: #0CAB68;
}
.TagClassName
{
border-color: #0CAB68;
}
</style>