Shades of Jade #0FB86D
Tints of Jade #0FB86D
RGB
CMYK
RGB Variations
Color information
#0FB86D (or 0x0FB86D) is known color: Jade. HEX triplet: 0F, B8 and 6D. RGB value is (15,184,109). Sum of RGB (Red+Green+Blue) = 15+184+109=308 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.87% from 308); Green value is 184 (72.27% from 255 or 59.74% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB86D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB86D is #F04792. Grayscale: #7D7D7D. Windows color (decimal): -15746963 or 7190543. OLE color: 7190543.
HSL color Cylindrical-coordinate representation of color #0FB86D: hue angle of 153.37º 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 #0FB86D is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 184 | 109 | - |
| CMYK | 0.92 | 0 | 0.41 | 0.28 |
| HSL | 153.37º | 0.85% | 0.39% | - |
| HSV(B) | 153.37º | 0.92% | 0.72% | - |
| XYZ | 20.1 | 35.49 | 20.26 | - |
| YUV | 124.92 | 119.01 | 49.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 184 | 109 | 0.92 | 0 | 0.41 | 0.28 | 153.37 | 0.85 | 0.39 |
| Hex | F | B8 | 6D | 5C | 0 | 29 | 1C | 99 | 55 | 27 |
| Octal | 17 | 270 | 155 | 134 | 0 | 51 | 34 | 231 | 125 | 47 |
| Binary | 1111 | 10111000 | 1101101 | 1011100 | 0 | 101001 | 11100 | 10011001 | 1010101 | 100111 |
Color Harmonies of #0FB86D
Complementary color
Monochromatic Colors of #0FB86D
Black with #0FB86D
Text Example
Text Example
White with #0FB86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB86D; }
p { color: rgb(15,184,109); }
H1.HeaderClassName
{
color: #0FB86D;
}
.AnyTagClassName
{
color: #0FB86D;
}
</style>
background-color css
<style>
a { background-color: #0FB86D; }
a { background-color: rgb(15,184,109); }
div.DivClassName
{
background-color: #0FB86D;
}
.BgClassName
{
background-color: #0FB86D;
}
</style>
border-color css
<style>
span { border-color: #0FB86D; }
span { border-color: rgb(15,184,109); }
td.TdClassName
{
border-color: #0FB86D;
}
.TagClassName
{
border-color: #0FB86D;
}
</style>