Shades of Jade #0FB560
Tints of Jade #0FB560
RGB
CMYK
RGB Variations
Color information
#0FB560 (or 0x0FB560) is known color: Jade. HEX triplet: 0F, B5 and 60. RGB value is (15,181,96). Sum of RGB (Red+Green+Blue) = 15+181+96=292 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.14% from 292); Green value is 181 (71.09% from 255 or 61.99% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 181 - color contains mainly: green. Hex color #0FB560 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB560 is #F04A9F. Grayscale: #797979. Windows color (decimal): -15747744 or 6337807. OLE color: 6337807.
HSL color Cylindrical-coordinate representation of color #0FB560: hue angle of 149.28º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB560 is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 181 | 96 | - |
| CMYK | 0.92 | 0 | 0.47 | 0.29 |
| HSL | 149.28º | 0.85% | 0.38% | - |
| HSV(B) | 149.28º | 0.92% | 0.71% | - |
| XYZ | 18.83 | 33.99 | 16.64 | - |
| YUV | 121.68 | 113.5 | 51.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 181 | 96 | 0.92 | 0 | 0.47 | 0.29 | 149.28 | 0.85 | 0.38 |
| Hex | F | B5 | 60 | 5C | 0 | 2F | 1D | 95 | 55 | 26 |
| Octal | 17 | 265 | 140 | 134 | 0 | 57 | 35 | 225 | 125 | 46 |
| Binary | 1111 | 10110101 | 1100000 | 1011100 | 0 | 101111 | 11101 | 10010101 | 1010101 | 100110 |
Color Harmonies of #0FB560
Complementary color
Monochromatic Colors of #0FB560
Black with #0FB560
Text Example
Text Example
White with #0FB560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB560; }
p { color: rgb(15,181,96); }
H1.HeaderClassName
{
color: #0FB560;
}
.AnyTagClassName
{
color: #0FB560;
}
</style>
background-color css
<style>
a { background-color: #0FB560; }
a { background-color: rgb(15,181,96); }
div.DivClassName
{
background-color: #0FB560;
}
.BgClassName
{
background-color: #0FB560;
}
</style>
border-color css
<style>
span { border-color: #0FB560; }
span { border-color: rgb(15,181,96); }
td.TdClassName
{
border-color: #0FB560;
}
.TagClassName
{
border-color: #0FB560;
}
</style>