Shades of Jade #0FAD76
Tints of Jade #0FAD76
RGB
CMYK
RGB Variations
Color information
#0FAD76 (or 0x0FAD76) is known color: Jade. HEX triplet: 0F, AD and 76. RGB value is (15,173,118). Sum of RGB (Red+Green+Blue) = 15+173+118=306 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.90% from 306); Green value is 173 (67.97% from 255 or 56.54% from 306); Blue value is 118 (46.48% from 255 or 38.56% from 306); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAD76 is #F05289. Grayscale: #777777. Windows color (decimal): -15749770 or 7777551. OLE color: 7777551.
HSL color Cylindrical-coordinate representation of color #0FAD76: hue angle of 159.11º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAD76 is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 173 | 118 | - |
| CMYK | 0.91 | 0 | 0.32 | 0.32 |
| HSL | 159.11º | 0.84% | 0.37% | - |
| HSV(B) | 159.11º | 0.91% | 0.68% | - |
| XYZ | 18.41 | 31.3 | 22.21 | - |
| YUV | 119.49 | 127.15 | 53.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 173 | 118 | 0.91 | 0 | 0.32 | 0.32 | 159.11 | 0.84 | 0.37 |
| Hex | F | AD | 76 | 5B | 0 | 20 | 20 | 9F | 54 | 25 |
| Octal | 17 | 255 | 166 | 133 | 0 | 40 | 40 | 237 | 124 | 45 |
| Binary | 1111 | 10101101 | 1110110 | 1011011 | 0 | 100000 | 100000 | 10011111 | 1010100 | 100101 |
Color Harmonies of #0FAD76
Complementary color
Monochromatic Colors of #0FAD76
Black with #0FAD76
Text Example
Text Example
White with #0FAD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAD76; }
p { color: rgb(15,173,118); }
H1.HeaderClassName
{
color: #0FAD76;
}
.AnyTagClassName
{
color: #0FAD76;
}
</style>
background-color css
<style>
a { background-color: #0FAD76; }
a { background-color: rgb(15,173,118); }
div.DivClassName
{
background-color: #0FAD76;
}
.BgClassName
{
background-color: #0FAD76;
}
</style>
border-color css
<style>
span { border-color: #0FAD76; }
span { border-color: rgb(15,173,118); }
td.TdClassName
{
border-color: #0FAD76;
}
.TagClassName
{
border-color: #0FAD76;
}
</style>