Shades of Jade #0FB863
Tints of Jade #0FB863
RGB
CMYK
RGB Variations
Color information
#0FB863 (or 0x0FB863) is known color: Jade. HEX triplet: 0F, B8 and 63. RGB value is (15,184,99). Sum of RGB (Red+Green+Blue) = 15+184+99=298 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.03% from 298); Green value is 184 (72.27% from 255 or 61.74% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB863 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB863 is #F0479C. Grayscale: #7B7B7B. Windows color (decimal): -15746973 or 6535183. OLE color: 6535183.
HSL color Cylindrical-coordinate representation of color #0FB863: hue angle of 149.82º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB863 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 184 | 99 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.28 |
| HSL | 149.82º | 0.85% | 0.39% | - |
| HSV(B) | 149.82º | 0.92% | 0.72% | - |
| XYZ | 19.59 | 35.28 | 17.58 | - |
| YUV | 123.78 | 114.01 | 50.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 184 | 99 | 0.92 | 0 | 0.46 | 0.28 | 149.82 | 0.85 | 0.39 |
| Hex | F | B8 | 63 | 5C | 0 | 2E | 1C | 96 | 55 | 27 |
| Octal | 17 | 270 | 143 | 134 | 0 | 56 | 34 | 226 | 125 | 47 |
| Binary | 1111 | 10111000 | 1100011 | 1011100 | 0 | 101110 | 11100 | 10010110 | 1010101 | 100111 |
Color Harmonies of #0FB863
Complementary color
Monochromatic Colors of #0FB863
Black with #0FB863
Text Example
Text Example
White with #0FB863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB863; }
p { color: rgb(15,184,99); }
H1.HeaderClassName
{
color: #0FB863;
}
.AnyTagClassName
{
color: #0FB863;
}
</style>
background-color css
<style>
a { background-color: #0FB863; }
a { background-color: rgb(15,184,99); }
div.DivClassName
{
background-color: #0FB863;
}
.BgClassName
{
background-color: #0FB863;
}
</style>
border-color css
<style>
span { border-color: #0FB863; }
span { border-color: rgb(15,184,99); }
td.TdClassName
{
border-color: #0FB863;
}
.TagClassName
{
border-color: #0FB863;
}
</style>