Shades of Jade #0CAF76
Tints of Jade #0CAF76
RGB
CMYK
RGB Variations
Color information
#0CAF76 (or 0x0CAF76) is known color: Jade. HEX triplet: 0C, AF and 76. RGB value is (12,175,118). Sum of RGB (Red+Green+Blue) = 12+175+118=305 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.93% from 305); Green value is 175 (68.75% from 255 or 57.38% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 175 - color contains mainly: green. Hex color #0CAF76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAF76 is #F35089. Grayscale: #777777. Windows color (decimal): -15945866 or 7778060. OLE color: 7778060.
HSL color Cylindrical-coordinate representation of color #0CAF76: hue angle of 159.02º 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 #0CAF76 is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 175 | 118 | - |
| CMYK | 0.93 | 0 | 0.33 | 0.31 |
| HSL | 159.02º | 0.87% | 0.37% | - |
| HSV(B) | 159.02º | 0.93% | 0.69% | - |
| XYZ | 18.75 | 32.05 | 22.34 | - |
| YUV | 119.77 | 127 | 51.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 175 | 118 | 0.93 | 0 | 0.33 | 0.31 | 159.02 | 0.87 | 0.37 |
| Hex | C | AF | 76 | 5D | 0 | 21 | 1F | 9F | 57 | 25 |
| Octal | 14 | 257 | 166 | 135 | 0 | 41 | 37 | 237 | 127 | 45 |
| Binary | 1100 | 10101111 | 1110110 | 1011101 | 0 | 100001 | 11111 | 10011111 | 1010111 | 100101 |
Color Harmonies of #0CAF76
Complementary color
Monochromatic Colors of #0CAF76
Black with #0CAF76
Text Example
Text Example
White with #0CAF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAF76; }
p { color: rgb(12,175,118); }
H1.HeaderClassName
{
color: #0CAF76;
}
.AnyTagClassName
{
color: #0CAF76;
}
</style>
background-color css
<style>
a { background-color: #0CAF76; }
a { background-color: rgb(12,175,118); }
div.DivClassName
{
background-color: #0CAF76;
}
.BgClassName
{
background-color: #0CAF76;
}
</style>
border-color css
<style>
span { border-color: #0CAF76; }
span { border-color: rgb(12,175,118); }
td.TdClassName
{
border-color: #0CAF76;
}
.TagClassName
{
border-color: #0CAF76;
}
</style>