Shades of Jade #0CA963
Tints of Jade #0CA963
RGB
CMYK
RGB Variations
Color information
#0CA963 (or 0x0CA963) is known color: Jade. HEX triplet: 0C, A9 and 63. RGB value is (12,169,99). Sum of RGB (Red+Green+Blue) = 12+169+99=280 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.29% from 280); Green value is 169 (66.41% from 255 or 60.36% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 169 - color contains mainly: green. Hex color #0CA963 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA963 is #F3569C. Grayscale: #727272. Windows color (decimal): -15947421 or 6531340. OLE color: 6531340.
HSL color Cylindrical-coordinate representation of color #0CA963: hue angle of 153.25º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA963 is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 12 | 169 | 99 | - |
| CMYK | 0.93 | 0 | 0.41 | 0.34 |
| HSL | 153.25º | 0.87% | 0.35% | - |
| HSV(B) | 153.25º | 0.93% | 0.66% | - |
| XYZ | 16.59 | 29.35 | 16.6 | - |
| YUV | 114.08 | 119.49 | 55.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 169 | 99 | 0.93 | 0 | 0.41 | 0.34 | 153.25 | 0.87 | 0.35 |
| Hex | C | A9 | 63 | 5D | 0 | 29 | 22 | 99 | 57 | 23 |
| Octal | 14 | 251 | 143 | 135 | 0 | 51 | 42 | 231 | 127 | 43 |
| Binary | 1100 | 10101001 | 1100011 | 1011101 | 0 | 101001 | 100010 | 10011001 | 1010111 | 100011 |
Color Harmonies of #0CA963
Complementary color
Monochromatic Colors of #0CA963
Black with #0CA963
Text Example
Text Example
White with #0CA963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA963; }
p { color: rgb(12,169,99); }
H1.HeaderClassName
{
color: #0CA963;
}
.AnyTagClassName
{
color: #0CA963;
}
</style>
background-color css
<style>
a { background-color: #0CA963; }
a { background-color: rgb(12,169,99); }
div.DivClassName
{
background-color: #0CA963;
}
.BgClassName
{
background-color: #0CA963;
}
</style>
border-color css
<style>
span { border-color: #0CA963; }
span { border-color: rgb(12,169,99); }
td.TdClassName
{
border-color: #0CA963;
}
.TagClassName
{
border-color: #0CA963;
}
</style>