Shades of Jade #0FAD63
Tints of Jade #0FAD63
RGB
CMYK
RGB Variations
Color information
#0FAD63 (or 0x0FAD63) is known color: Jade. HEX triplet: 0F, AD and 63. RGB value is (15,173,99). Sum of RGB (Red+Green+Blue) = 15+173+99=287 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.23% from 287); Green value is 173 (67.97% from 255 or 60.28% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAD63 is #F0529C. Grayscale: #757575. Windows color (decimal): -15749789 or 6532367. OLE color: 6532367.
HSL color Cylindrical-coordinate representation of color #0FAD63: hue angle of 151.9º 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 #0FAD63 is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 173 | 99 | - |
| CMYK | 0.91 | 0 | 0.43 | 0.32 |
| HSL | 151.9º | 0.84% | 0.37% | - |
| HSV(B) | 151.9º | 0.91% | 0.68% | - |
| XYZ | 17.39 | 30.89 | 16.85 | - |
| YUV | 117.32 | 117.65 | 55.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 173 | 99 | 0.91 | 0 | 0.43 | 0.32 | 151.9 | 0.84 | 0.37 |
| Hex | F | AD | 63 | 5B | 0 | 2B | 20 | 98 | 54 | 25 |
| Octal | 17 | 255 | 143 | 133 | 0 | 53 | 40 | 230 | 124 | 45 |
| Binary | 1111 | 10101101 | 1100011 | 1011011 | 0 | 101011 | 100000 | 10011000 | 1010100 | 100101 |
Color Harmonies of #0FAD63
Complementary color
Monochromatic Colors of #0FAD63
Black with #0FAD63
Text Example
Text Example
White with #0FAD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAD63; }
p { color: rgb(15,173,99); }
H1.HeaderClassName
{
color: #0FAD63;
}
.AnyTagClassName
{
color: #0FAD63;
}
</style>
background-color css
<style>
a { background-color: #0FAD63; }
a { background-color: rgb(15,173,99); }
div.DivClassName
{
background-color: #0FAD63;
}
.BgClassName
{
background-color: #0FAD63;
}
</style>
border-color css
<style>
span { border-color: #0FAD63; }
span { border-color: rgb(15,173,99); }
td.TdClassName
{
border-color: #0FAD63;
}
.TagClassName
{
border-color: #0FAD63;
}
</style>