Shades of Jade #0CAD60
Tints of Jade #0CAD60
RGB
CMYK
RGB Variations
Color information
#0CAD60 (or 0x0CAD60) is known color: Jade. HEX triplet: 0C, AD and 60. RGB value is (12,173,96). Sum of RGB (Red+Green+Blue) = 12+173+96=281 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.27% from 281); Green value is 173 (67.97% from 255 or 61.57% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 173 - color contains mainly: green. Hex color #0CAD60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAD60 is #F3529F. Grayscale: #747474. Windows color (decimal): -15946400 or 6335756. OLE color: 6335756.
HSL color Cylindrical-coordinate representation of color #0CAD60: hue angle of 151.3º 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 #0CAD60 is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 173 | 96 | - |
| CMYK | 0.93 | 0 | 0.45 | 0.32 |
| HSL | 151.3º | 0.87% | 0.36% | - |
| HSV(B) | 151.3º | 0.93% | 0.68% | - |
| XYZ | 17.21 | 30.81 | 16.11 | - |
| YUV | 116.08 | 116.66 | 53.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 173 | 96 | 0.93 | 0 | 0.45 | 0.32 | 151.3 | 0.87 | 0.36 |
| Hex | C | AD | 60 | 5D | 0 | 2D | 20 | 97 | 57 | 24 |
| Octal | 14 | 255 | 140 | 135 | 0 | 55 | 40 | 227 | 127 | 44 |
| Binary | 1100 | 10101101 | 1100000 | 1011101 | 0 | 101101 | 100000 | 10010111 | 1010111 | 100100 |
Color Harmonies of #0CAD60
Complementary color
Monochromatic Colors of #0CAD60
Black with #0CAD60
Text Example
Text Example
White with #0CAD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAD60; }
p { color: rgb(12,173,96); }
H1.HeaderClassName
{
color: #0CAD60;
}
.AnyTagClassName
{
color: #0CAD60;
}
</style>
background-color css
<style>
a { background-color: #0CAD60; }
a { background-color: rgb(12,173,96); }
div.DivClassName
{
background-color: #0CAD60;
}
.BgClassName
{
background-color: #0CAD60;
}
</style>
border-color css
<style>
span { border-color: #0CAD60; }
span { border-color: rgb(12,173,96); }
td.TdClassName
{
border-color: #0CAD60;
}
.TagClassName
{
border-color: #0CAD60;
}
</style>