Shades of Jade #0CAA72
Tints of Jade #0CAA72
RGB
CMYK
RGB Variations
Color information
#0CAA72 (or 0x0CAA72) is known color: Jade. HEX triplet: 0C, AA and 72. RGB value is (12,170,114). Sum of RGB (Red+Green+Blue) = 12+170+114=296 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.05% from 296); Green value is 170 (66.80% from 255 or 57.43% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 170 - color contains mainly: green. Hex color #0CAA72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAA72 is #F3558D. Grayscale: #747474. Windows color (decimal): -15947150 or 7514636. OLE color: 7514636.
HSL color Cylindrical-coordinate representation of color #0CAA72: hue angle of 158.73º 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 #0CAA72 is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 170 | 114 | - |
| CMYK | 0.93 | 0 | 0.33 | 0.33 |
| HSL | 158.73º | 0.87% | 0.36% | - |
| HSV(B) | 158.73º | 0.93% | 0.67% | - |
| XYZ | 17.56 | 30.04 | 20.79 | - |
| YUV | 116.37 | 126.65 | 53.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 170 | 114 | 0.93 | 0 | 0.33 | 0.33 | 158.73 | 0.87 | 0.36 |
| Hex | C | AA | 72 | 5D | 0 | 21 | 21 | 9F | 57 | 24 |
| Octal | 14 | 252 | 162 | 135 | 0 | 41 | 41 | 237 | 127 | 44 |
| Binary | 1100 | 10101010 | 1110010 | 1011101 | 0 | 100001 | 100001 | 10011111 | 1010111 | 100100 |
Color Harmonies of #0CAA72
Complementary color
Monochromatic Colors of #0CAA72
Black with #0CAA72
Text Example
Text Example
White with #0CAA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAA72; }
p { color: rgb(12,170,114); }
H1.HeaderClassName
{
color: #0CAA72;
}
.AnyTagClassName
{
color: #0CAA72;
}
</style>
background-color css
<style>
a { background-color: #0CAA72; }
a { background-color: rgb(12,170,114); }
div.DivClassName
{
background-color: #0CAA72;
}
.BgClassName
{
background-color: #0CAA72;
}
</style>
border-color css
<style>
span { border-color: #0CAA72; }
span { border-color: rgb(12,170,114); }
td.TdClassName
{
border-color: #0CAA72;
}
.TagClassName
{
border-color: #0CAA72;
}
</style>