Shades of Jade #0CAA63
Tints of Jade #0CAA63
RGB
CMYK
RGB Variations
Color information
#0CAA63 (or 0x0CAA63) is known color: Jade. HEX triplet: 0C, AA and 63. RGB value is (12,170,99). Sum of RGB (Red+Green+Blue) = 12+170+99=281 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.27% from 281); Green value is 170 (66.80% from 255 or 60.50% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 170 - color contains mainly: green. Hex color #0CAA63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAA63 is #F3559C. Grayscale: #727272. Windows color (decimal): -15947165 or 6531596. OLE color: 6531596.
HSL color Cylindrical-coordinate representation of color #0CAA63: hue angle of 153.04º 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 #0CAA63 is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 170 | 99 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.33 |
| HSL | 153.04º | 0.87% | 0.36% | - |
| HSV(B) | 153.04º | 0.93% | 0.67% | - |
| XYZ | 16.78 | 29.73 | 16.66 | - |
| YUV | 114.66 | 119.15 | 54.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 170 | 99 | 0.93 | 0 | 0.42 | 0.33 | 153.04 | 0.87 | 0.36 |
| Hex | C | AA | 63 | 5D | 0 | 2A | 21 | 99 | 57 | 24 |
| Octal | 14 | 252 | 143 | 135 | 0 | 52 | 41 | 231 | 127 | 44 |
| Binary | 1100 | 10101010 | 1100011 | 1011101 | 0 | 101010 | 100001 | 10011001 | 1010111 | 100100 |
Color Harmonies of #0CAA63
Complementary color
Monochromatic Colors of #0CAA63
Black with #0CAA63
Text Example
Text Example
White with #0CAA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAA63; }
p { color: rgb(12,170,99); }
H1.HeaderClassName
{
color: #0CAA63;
}
.AnyTagClassName
{
color: #0CAA63;
}
</style>
background-color css
<style>
a { background-color: #0CAA63; }
a { background-color: rgb(12,170,99); }
div.DivClassName
{
background-color: #0CAA63;
}
.BgClassName
{
background-color: #0CAA63;
}
</style>
border-color css
<style>
span { border-color: #0CAA63; }
span { border-color: rgb(12,170,99); }
td.TdClassName
{
border-color: #0CAA63;
}
.TagClassName
{
border-color: #0CAA63;
}
</style>