Shades of Jade #0CAD64
Tints of Jade #0CAD64
RGB
CMYK
RGB Variations
Color information
#0CAD64 (or 0x0CAD64) is known color: Jade. HEX triplet: 0C, AD and 64. RGB value is (12,173,100). Sum of RGB (Red+Green+Blue) = 12+173+100=285 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.21% from 285); Green value is 173 (67.97% from 255 or 60.70% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 173 - color contains mainly: green. Hex color #0CAD64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAD64 is #F3529B. Grayscale: #747474. Windows color (decimal): -15946396 or 6597900. OLE color: 6597900.
HSL color Cylindrical-coordinate representation of color #0CAD64: hue angle of 152.8º 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 #0CAD64 is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 173 | 100 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.32 |
| HSL | 152.8º | 0.87% | 0.36% | - |
| HSV(B) | 152.8º | 0.93% | 0.68% | - |
| XYZ | 17.4 | 30.89 | 17.1 | - |
| YUV | 116.54 | 118.66 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 173 | 100 | 0.93 | 0 | 0.42 | 0.32 | 152.8 | 0.87 | 0.36 |
| Hex | C | AD | 64 | 5D | 0 | 2A | 20 | 99 | 57 | 24 |
| Octal | 14 | 255 | 144 | 135 | 0 | 52 | 40 | 231 | 127 | 44 |
| Binary | 1100 | 10101101 | 1100100 | 1011101 | 0 | 101010 | 100000 | 10011001 | 1010111 | 100100 |
Color Harmonies of #0CAD64
Complementary color
Monochromatic Colors of #0CAD64
Black with #0CAD64
Text Example
Text Example
White with #0CAD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAD64; }
p { color: rgb(12,173,100); }
H1.HeaderClassName
{
color: #0CAD64;
}
.AnyTagClassName
{
color: #0CAD64;
}
</style>
background-color css
<style>
a { background-color: #0CAD64; }
a { background-color: rgb(12,173,100); }
div.DivClassName
{
background-color: #0CAD64;
}
.BgClassName
{
background-color: #0CAD64;
}
</style>
border-color css
<style>
span { border-color: #0CAD64; }
span { border-color: rgb(12,173,100); }
td.TdClassName
{
border-color: #0CAD64;
}
.TagClassName
{
border-color: #0CAD64;
}
</style>