Shades of Jade #0FB963
Tints of Jade #0FB963
RGB
CMYK
RGB Variations
Color information
#0FB963 (or 0x0FB963) is known color: Jade. HEX triplet: 0F, B9 and 63. RGB value is (15,185,99). Sum of RGB (Red+Green+Blue) = 15+185+99=299 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.02% from 299); Green value is 185 (72.66% from 255 or 61.87% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB963 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB963 is #F0469C. Grayscale: #7C7C7C. Windows color (decimal): -15746717 or 6535439. OLE color: 6535439.
HSL color Cylindrical-coordinate representation of color #0FB963: hue angle of 149.65º 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 #0FB963 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 185 | 99 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.27 |
| HSL | 149.65º | 0.85% | 0.39% | - |
| HSV(B) | 149.65º | 0.92% | 0.73% | - |
| XYZ | 19.8 | 35.7 | 17.65 | - |
| YUV | 124.37 | 113.68 | 49.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 185 | 99 | 0.92 | 0 | 0.46 | 0.27 | 149.65 | 0.85 | 0.39 |
| Hex | F | B9 | 63 | 5C | 0 | 2E | 1B | 96 | 55 | 27 |
| Octal | 17 | 271 | 143 | 134 | 0 | 56 | 33 | 226 | 125 | 47 |
| Binary | 1111 | 10111001 | 1100011 | 1011100 | 0 | 101110 | 11011 | 10010110 | 1010101 | 100111 |
Color Harmonies of #0FB963
Complementary color
Monochromatic Colors of #0FB963
Black with #0FB963
Text Example
Text Example
White with #0FB963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB963; }
p { color: rgb(15,185,99); }
H1.HeaderClassName
{
color: #0FB963;
}
.AnyTagClassName
{
color: #0FB963;
}
</style>
background-color css
<style>
a { background-color: #0FB963; }
a { background-color: rgb(15,185,99); }
div.DivClassName
{
background-color: #0FB963;
}
.BgClassName
{
background-color: #0FB963;
}
</style>
border-color css
<style>
span { border-color: #0FB963; }
span { border-color: rgb(15,185,99); }
td.TdClassName
{
border-color: #0FB963;
}
.TagClassName
{
border-color: #0FB963;
}
</style>