Shades of Jade #0FAD73
Tints of Jade #0FAD73
RGB
CMYK
RGB Variations
Color information
#0FAD73 (or 0x0FAD73) is known color: Jade. HEX triplet: 0F, AD and 73. RGB value is (15,173,115). Sum of RGB (Red+Green+Blue) = 15+173+115=303 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.95% from 303); Green value is 173 (67.97% from 255 or 57.10% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAD73 is #F0528C. Grayscale: #777777. Windows color (decimal): -15749773 or 7580943. OLE color: 7580943.
HSL color Cylindrical-coordinate representation of color #0FAD73: hue angle of 157.97º 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 #0FAD73 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 173 | 115 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.32 |
| HSL | 157.97º | 0.84% | 0.37% | - |
| HSV(B) | 157.97º | 0.91% | 0.68% | - |
| XYZ | 18.24 | 31.23 | 21.29 | - |
| YUV | 119.15 | 125.65 | 53.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 173 | 115 | 0.91 | 0 | 0.34 | 0.32 | 157.97 | 0.84 | 0.37 |
| Hex | F | AD | 73 | 5B | 0 | 22 | 20 | 9E | 54 | 25 |
| Octal | 17 | 255 | 163 | 133 | 0 | 42 | 40 | 236 | 124 | 45 |
| Binary | 1111 | 10101101 | 1110011 | 1011011 | 0 | 100010 | 100000 | 10011110 | 1010100 | 100101 |
Color Harmonies of #0FAD73
Complementary color
Monochromatic Colors of #0FAD73
Black with #0FAD73
Text Example
Text Example
White with #0FAD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAD73; }
p { color: rgb(15,173,115); }
H1.HeaderClassName
{
color: #0FAD73;
}
.AnyTagClassName
{
color: #0FAD73;
}
</style>
background-color css
<style>
a { background-color: #0FAD73; }
a { background-color: rgb(15,173,115); }
div.DivClassName
{
background-color: #0FAD73;
}
.BgClassName
{
background-color: #0FAD73;
}
</style>
border-color css
<style>
span { border-color: #0FAD73; }
span { border-color: rgb(15,173,115); }
td.TdClassName
{
border-color: #0FAD73;
}
.TagClassName
{
border-color: #0FAD73;
}
</style>