Shades of Jade #0FB86F
Tints of Jade #0FB86F
RGB
CMYK
RGB Variations
Color information
#0FB86F (or 0x0FB86F) is known color: Jade. HEX triplet: 0F, B8 and 6F. RGB value is (15,184,111). Sum of RGB (Red+Green+Blue) = 15+184+111=310 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.84% from 310); Green value is 184 (72.27% from 255 or 59.35% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB86F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB86F is #F04790. Grayscale: #7D7D7D. Windows color (decimal): -15746961 or 7321615. OLE color: 7321615.
HSL color Cylindrical-coordinate representation of color #0FB86F: hue angle of 154.08º 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 #0FB86F is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 184 | 111 | - |
| CMYK | 0.92 | 0 | 0.40 | 0.28 |
| HSL | 154.08º | 0.85% | 0.39% | - |
| HSV(B) | 154.08º | 0.92% | 0.72% | - |
| XYZ | 20.21 | 35.53 | 20.83 | - |
| YUV | 125.15 | 120.01 | 49.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 184 | 111 | 0.92 | 0 | 0.40 | 0.28 | 154.08 | 0.85 | 0.39 |
| Hex | F | B8 | 6F | 5C | 0 | 28 | 1C | 9A | 55 | 27 |
| Octal | 17 | 270 | 157 | 134 | 0 | 50 | 34 | 232 | 125 | 47 |
| Binary | 1111 | 10111000 | 1101111 | 1011100 | 0 | 101000 | 11100 | 10011010 | 1010101 | 100111 |
Color Harmonies of #0FB86F
Complementary color
Monochromatic Colors of #0FB86F
Black with #0FB86F
Text Example
Text Example
White with #0FB86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB86F; }
p { color: rgb(15,184,111); }
H1.HeaderClassName
{
color: #0FB86F;
}
.AnyTagClassName
{
color: #0FB86F;
}
</style>
background-color css
<style>
a { background-color: #0FB86F; }
a { background-color: rgb(15,184,111); }
div.DivClassName
{
background-color: #0FB86F;
}
.BgClassName
{
background-color: #0FB86F;
}
</style>
border-color css
<style>
span { border-color: #0FB86F; }
span { border-color: rgb(15,184,111); }
td.TdClassName
{
border-color: #0FB86F;
}
.TagClassName
{
border-color: #0FB86F;
}
</style>