Shades of Jade #0FB96B
Tints of Jade #0FB96B
RGB
CMYK
RGB Variations
Color information
#0FB96B (or 0x0FB96B) is known color: Jade. HEX triplet: 0F, B9 and 6B. RGB value is (15,185,107). Sum of RGB (Red+Green+Blue) = 15+185+107=307 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.89% from 307); Green value is 185 (72.66% from 255 or 60.26% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB96B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB96B is #F04694. Grayscale: #7D7D7D. Windows color (decimal): -15746709 or 7059727. OLE color: 7059727.
HSL color Cylindrical-coordinate representation of color #0FB96B: hue angle of 152.47º 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 #0FB96B is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 185 | 107 | - |
| CMYK | 0.92 | 0 | 0.42 | 0.27 |
| HSL | 152.47º | 0.85% | 0.39% | - |
| HSV(B) | 152.47º | 0.92% | 0.73% | - |
| XYZ | 20.2 | 35.86 | 19.77 | - |
| YUV | 125.28 | 117.68 | 49.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 185 | 107 | 0.92 | 0 | 0.42 | 0.27 | 152.47 | 0.85 | 0.39 |
| Hex | F | B9 | 6B | 5C | 0 | 2A | 1B | 98 | 55 | 27 |
| Octal | 17 | 271 | 153 | 134 | 0 | 52 | 33 | 230 | 125 | 47 |
| Binary | 1111 | 10111001 | 1101011 | 1011100 | 0 | 101010 | 11011 | 10011000 | 1010101 | 100111 |
Color Harmonies of #0FB96B
Complementary color
Monochromatic Colors of #0FB96B
Black with #0FB96B
Text Example
Text Example
White with #0FB96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB96B; }
p { color: rgb(15,185,107); }
H1.HeaderClassName
{
color: #0FB96B;
}
.AnyTagClassName
{
color: #0FB96B;
}
</style>
background-color css
<style>
a { background-color: #0FB96B; }
a { background-color: rgb(15,185,107); }
div.DivClassName
{
background-color: #0FB96B;
}
.BgClassName
{
background-color: #0FB96B;
}
</style>
border-color css
<style>
span { border-color: #0FB96B; }
span { border-color: rgb(15,185,107); }
td.TdClassName
{
border-color: #0FB96B;
}
.TagClassName
{
border-color: #0FB96B;
}
</style>