Shades of Jade #0CAA6D
Tints of Jade #0CAA6D
RGB
CMYK
RGB Variations
Color information
#0CAA6D (or 0x0CAA6D) is known color: Jade. HEX triplet: 0C, AA and 6D. RGB value is (12,170,109). Sum of RGB (Red+Green+Blue) = 12+170+109=291 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.12% from 291); Green value is 170 (66.80% from 255 or 58.42% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 170 - color contains mainly: green. Hex color #0CAA6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAA6D is #F35592. Grayscale: #737373. Windows color (decimal): -15947155 or 7186956. OLE color: 7186956.
HSL color Cylindrical-coordinate representation of color #0CAA6D: hue angle of 156.84º 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 #0CAA6D is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 170 | 109 | - |
| CMYK | 0.93 | 0 | 0.36 | 0.33 |
| HSL | 156.84º | 0.87% | 0.36% | - |
| HSV(B) | 156.84º | 0.93% | 0.67% | - |
| XYZ | 17.29 | 29.93 | 19.33 | - |
| YUV | 115.8 | 124.15 | 53.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 170 | 109 | 0.93 | 0 | 0.36 | 0.33 | 156.84 | 0.87 | 0.36 |
| Hex | C | AA | 6D | 5D | 0 | 24 | 21 | 9D | 57 | 24 |
| Octal | 14 | 252 | 155 | 135 | 0 | 44 | 41 | 235 | 127 | 44 |
| Binary | 1100 | 10101010 | 1101101 | 1011101 | 0 | 100100 | 100001 | 10011101 | 1010111 | 100100 |
Color Harmonies of #0CAA6D
Complementary color
Monochromatic Colors of #0CAA6D
Black with #0CAA6D
Text Example
Text Example
White with #0CAA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAA6D; }
p { color: rgb(12,170,109); }
H1.HeaderClassName
{
color: #0CAA6D;
}
.AnyTagClassName
{
color: #0CAA6D;
}
</style>
background-color css
<style>
a { background-color: #0CAA6D; }
a { background-color: rgb(12,170,109); }
div.DivClassName
{
background-color: #0CAA6D;
}
.BgClassName
{
background-color: #0CAA6D;
}
</style>
border-color css
<style>
span { border-color: #0CAA6D; }
span { border-color: rgb(12,170,109); }
td.TdClassName
{
border-color: #0CAA6D;
}
.TagClassName
{
border-color: #0CAA6D;
}
</style>