Shades of Jade #0CAF70
Tints of Jade #0CAF70
RGB
CMYK
RGB Variations
Color information
#0CAF70 (or 0x0CAF70) is known color: Jade. HEX triplet: 0C, AF and 70. RGB value is (12,175,112). Sum of RGB (Red+Green+Blue) = 12+175+112=299 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.01% from 299); Green value is 175 (68.75% from 255 or 58.53% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 175 - color contains mainly: green. Hex color #0CAF70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAF70 is #F3508F. Grayscale: #777777. Windows color (decimal): -15945872 or 7384844. OLE color: 7384844.
HSL color Cylindrical-coordinate representation of color #0CAF70: hue angle of 156.81º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAF70 is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 175 | 112 | - |
| CMYK | 0.93 | 0 | 0.36 | 0.31 |
| HSL | 156.81º | 0.87% | 0.37% | - |
| HSV(B) | 156.81º | 0.93% | 0.69% | - |
| XYZ | 18.41 | 31.91 | 20.52 | - |
| YUV | 119.08 | 124 | 51.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 175 | 112 | 0.93 | 0 | 0.36 | 0.31 | 156.81 | 0.87 | 0.37 |
| Hex | C | AF | 70 | 5D | 0 | 24 | 1F | 9D | 57 | 25 |
| Octal | 14 | 257 | 160 | 135 | 0 | 44 | 37 | 235 | 127 | 45 |
| Binary | 1100 | 10101111 | 1110000 | 1011101 | 0 | 100100 | 11111 | 10011101 | 1010111 | 100101 |
Color Harmonies of #0CAF70
Complementary color
Monochromatic Colors of #0CAF70
Black with #0CAF70
Text Example
Text Example
White with #0CAF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAF70; }
p { color: rgb(12,175,112); }
H1.HeaderClassName
{
color: #0CAF70;
}
.AnyTagClassName
{
color: #0CAF70;
}
</style>
background-color css
<style>
a { background-color: #0CAF70; }
a { background-color: rgb(12,175,112); }
div.DivClassName
{
background-color: #0CAF70;
}
.BgClassName
{
background-color: #0CAF70;
}
</style>
border-color css
<style>
span { border-color: #0CAF70; }
span { border-color: rgb(12,175,112); }
td.TdClassName
{
border-color: #0CAF70;
}
.TagClassName
{
border-color: #0CAF70;
}
</style>