Shades of Jade #0CAC65
Tints of Jade #0CAC65
RGB
CMYK
RGB Variations
Color information
#0CAC65 (or 0x0CAC65) is known color: Jade. HEX triplet: 0C, AC and 65. RGB value is (12,172,101). Sum of RGB (Red+Green+Blue) = 12+172+101=285 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.21% from 285); Green value is 172 (67.58% from 255 or 60.35% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAC65 is #F3539A. Grayscale: #747474. Windows color (decimal): -15946651 or 6663180. OLE color: 6663180.
HSL color Cylindrical-coordinate representation of color #0CAC65: hue angle of 153.38º 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 #0CAC65 is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 172 | 101 | - |
| CMYK | 0.93 | 0 | 0.41 | 0.33 |
| HSL | 153.38º | 0.87% | 0.36% | - |
| HSV(B) | 153.38º | 0.93% | 0.67% | - |
| XYZ | 17.25 | 30.52 | 17.29 | - |
| YUV | 116.07 | 119.49 | 53.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 172 | 101 | 0.93 | 0 | 0.41 | 0.33 | 153.38 | 0.87 | 0.36 |
| Hex | C | AC | 65 | 5D | 0 | 29 | 21 | 99 | 57 | 24 |
| Octal | 14 | 254 | 145 | 135 | 0 | 51 | 41 | 231 | 127 | 44 |
| Binary | 1100 | 10101100 | 1100101 | 1011101 | 0 | 101001 | 100001 | 10011001 | 1010111 | 100100 |
Color Harmonies of #0CAC65
Complementary color
Monochromatic Colors of #0CAC65
Black with #0CAC65
Text Example
Text Example
White with #0CAC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAC65; }
p { color: rgb(12,172,101); }
H1.HeaderClassName
{
color: #0CAC65;
}
.AnyTagClassName
{
color: #0CAC65;
}
</style>
background-color css
<style>
a { background-color: #0CAC65; }
a { background-color: rgb(12,172,101); }
div.DivClassName
{
background-color: #0CAC65;
}
.BgClassName
{
background-color: #0CAC65;
}
</style>
border-color css
<style>
span { border-color: #0CAC65; }
span { border-color: rgb(12,172,101); }
td.TdClassName
{
border-color: #0CAC65;
}
.TagClassName
{
border-color: #0CAC65;
}
</style>