Shades of Jade #0CAC62
Tints of Jade #0CAC62
RGB
CMYK
RGB Variations
Color information
#0CAC62 (or 0x0CAC62) is known color: Jade. HEX triplet: 0C, AC and 62. RGB value is (12,172,98). Sum of RGB (Red+Green+Blue) = 12+172+98=282 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.26% from 282); Green value is 172 (67.58% from 255 or 60.99% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAC62 is #F3539D. Grayscale: #737373. Windows color (decimal): -15946654 or 6466572. OLE color: 6466572.
HSL color Cylindrical-coordinate representation of color #0CAC62: hue angle of 152.25º 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 #0CAC62 is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 172 | 98 | - |
| CMYK | 0.93 | 0 | 0.43 | 0.33 |
| HSL | 152.25º | 0.87% | 0.36% | - |
| HSV(B) | 152.25º | 0.93% | 0.67% | - |
| XYZ | 17.11 | 30.47 | 16.53 | - |
| YUV | 115.72 | 117.99 | 54.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 172 | 98 | 0.93 | 0 | 0.43 | 0.33 | 152.25 | 0.87 | 0.36 |
| Hex | C | AC | 62 | 5D | 0 | 2B | 21 | 98 | 57 | 24 |
| Octal | 14 | 254 | 142 | 135 | 0 | 53 | 41 | 230 | 127 | 44 |
| Binary | 1100 | 10101100 | 1100010 | 1011101 | 0 | 101011 | 100001 | 10011000 | 1010111 | 100100 |
Color Harmonies of #0CAC62
Complementary color
Monochromatic Colors of #0CAC62
Black with #0CAC62
Text Example
Text Example
White with #0CAC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAC62; }
p { color: rgb(12,172,98); }
H1.HeaderClassName
{
color: #0CAC62;
}
.AnyTagClassName
{
color: #0CAC62;
}
</style>
background-color css
<style>
a { background-color: #0CAC62; }
a { background-color: rgb(12,172,98); }
div.DivClassName
{
background-color: #0CAC62;
}
.BgClassName
{
background-color: #0CAC62;
}
</style>
border-color css
<style>
span { border-color: #0CAC62; }
span { border-color: rgb(12,172,98); }
td.TdClassName
{
border-color: #0CAC62;
}
.TagClassName
{
border-color: #0CAC62;
}
</style>