Shades of Jade #0FB960
Tints of Jade #0FB960
RGB
CMYK
RGB Variations
Color information
#0FB960 (or 0x0FB960) is known color: Jade. HEX triplet: 0F, B9 and 60. RGB value is (15,185,96). Sum of RGB (Red+Green+Blue) = 15+185+96=296 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.07% from 296); Green value is 185 (72.66% from 255 or 62.5% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB960 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB960 is #F0469F. Grayscale: #7C7C7C. Windows color (decimal): -15746720 or 6338831. OLE color: 6338831.
HSL color Cylindrical-coordinate representation of color #0FB960: hue angle of 148.59º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB960 is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 185 | 96 | - |
| CMYK | 0.92 | 0 | 0.48 | 0.27 |
| HSL | 148.59º | 0.85% | 0.39% | - |
| HSV(B) | 148.59º | 0.92% | 0.73% | - |
| XYZ | 19.66 | 35.64 | 16.91 | - |
| YUV | 124.02 | 112.18 | 50.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 185 | 96 | 0.92 | 0 | 0.48 | 0.27 | 148.59 | 0.85 | 0.39 |
| Hex | F | B9 | 60 | 5C | 0 | 30 | 1B | 95 | 55 | 27 |
| Octal | 17 | 271 | 140 | 134 | 0 | 60 | 33 | 225 | 125 | 47 |
| Binary | 1111 | 10111001 | 1100000 | 1011100 | 0 | 110000 | 11011 | 10010101 | 1010101 | 100111 |
Color Harmonies of #0FB960
Complementary color
Monochromatic Colors of #0FB960
Black with #0FB960
Text Example
Text Example
White with #0FB960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB960; }
p { color: rgb(15,185,96); }
H1.HeaderClassName
{
color: #0FB960;
}
.AnyTagClassName
{
color: #0FB960;
}
</style>
background-color css
<style>
a { background-color: #0FB960; }
a { background-color: rgb(15,185,96); }
div.DivClassName
{
background-color: #0FB960;
}
.BgClassName
{
background-color: #0FB960;
}
</style>
border-color css
<style>
span { border-color: #0FB960; }
span { border-color: rgb(15,185,96); }
td.TdClassName
{
border-color: #0FB960;
}
.TagClassName
{
border-color: #0FB960;
}
</style>