Shades of Jade #0CAA6B
Tints of Jade #0CAA6B
RGB
CMYK
RGB Variations
Color information
#0CAA6B (or 0x0CAA6B) is known color: Jade. HEX triplet: 0C, AA and 6B. RGB value is (12,170,107). Sum of RGB (Red+Green+Blue) = 12+170+107=289 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.15% from 289); Green value is 170 (66.80% from 255 or 58.82% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 170 - color contains mainly: green. Hex color #0CAA6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAA6B is #F35594. Grayscale: #737373. Windows color (decimal): -15947157 or 7055884. OLE color: 7055884.
HSL color Cylindrical-coordinate representation of color #0CAA6B: hue angle of 156.08º 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 #0CAA6B is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 170 | 107 | - |
| CMYK | 0.93 | 0 | 0.37 | 0.33 |
| HSL | 156.08º | 0.87% | 0.36% | - |
| HSV(B) | 156.08º | 0.93% | 0.67% | - |
| XYZ | 17.18 | 29.89 | 18.77 | - |
| YUV | 115.58 | 123.15 | 54.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 170 | 107 | 0.93 | 0 | 0.37 | 0.33 | 156.08 | 0.87 | 0.36 |
| Hex | C | AA | 6B | 5D | 0 | 25 | 21 | 9C | 57 | 24 |
| Octal | 14 | 252 | 153 | 135 | 0 | 45 | 41 | 234 | 127 | 44 |
| Binary | 1100 | 10101010 | 1101011 | 1011101 | 0 | 100101 | 100001 | 10011100 | 1010111 | 100100 |
Color Harmonies of #0CAA6B
Complementary color
Monochromatic Colors of #0CAA6B
Black with #0CAA6B
Text Example
Text Example
White with #0CAA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAA6B; }
p { color: rgb(12,170,107); }
H1.HeaderClassName
{
color: #0CAA6B;
}
.AnyTagClassName
{
color: #0CAA6B;
}
</style>
background-color css
<style>
a { background-color: #0CAA6B; }
a { background-color: rgb(12,170,107); }
div.DivClassName
{
background-color: #0CAA6B;
}
.BgClassName
{
background-color: #0CAA6B;
}
</style>
border-color css
<style>
span { border-color: #0CAA6B; }
span { border-color: rgb(12,170,107); }
td.TdClassName
{
border-color: #0CAA6B;
}
.TagClassName
{
border-color: #0CAA6B;
}
</style>