Shades of Jade #0CAC61
Tints of Jade #0CAC61
RGB
CMYK
RGB Variations
Color information
#0CAC61 (or 0x0CAC61) is known color: Jade. HEX triplet: 0C, AC and 61. RGB value is (12,172,97). Sum of RGB (Red+Green+Blue) = 12+172+97=281 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.27% from 281); Green value is 172 (67.58% from 255 or 61.21% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC61 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAC61 is #F3539E. Grayscale: #737373. Windows color (decimal): -15946655 or 6401036. OLE color: 6401036.
HSL color Cylindrical-coordinate representation of color #0CAC61: hue angle of 151.88º 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 #0CAC61 is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 172 | 97 | - |
| CMYK | 0.93 | 0 | 0.44 | 0.33 |
| HSL | 151.88º | 0.87% | 0.36% | - |
| HSV(B) | 151.88º | 0.93% | 0.67% | - |
| XYZ | 17.06 | 30.45 | 16.29 | - |
| YUV | 115.61 | 117.49 | 54.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 172 | 97 | 0.93 | 0 | 0.44 | 0.33 | 151.88 | 0.87 | 0.36 |
| Hex | C | AC | 61 | 5D | 0 | 2C | 21 | 98 | 57 | 24 |
| Octal | 14 | 254 | 141 | 135 | 0 | 54 | 41 | 230 | 127 | 44 |
| Binary | 1100 | 10101100 | 1100001 | 1011101 | 0 | 101100 | 100001 | 10011000 | 1010111 | 100100 |
Color Harmonies of #0CAC61
Complementary color
Monochromatic Colors of #0CAC61
Black with #0CAC61
Text Example
Text Example
White with #0CAC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAC61; }
p { color: rgb(12,172,97); }
H1.HeaderClassName
{
color: #0CAC61;
}
.AnyTagClassName
{
color: #0CAC61;
}
</style>
background-color css
<style>
a { background-color: #0CAC61; }
a { background-color: rgb(12,172,97); }
div.DivClassName
{
background-color: #0CAC61;
}
.BgClassName
{
background-color: #0CAC61;
}
</style>
border-color css
<style>
span { border-color: #0CAC61; }
span { border-color: rgb(12,172,97); }
td.TdClassName
{
border-color: #0CAC61;
}
.TagClassName
{
border-color: #0CAC61;
}
</style>