Shades of Jade #0FB96C
Tints of Jade #0FB96C
RGB
CMYK
RGB Variations
Color information
#0FB96C (or 0x0FB96C) is known color: Jade. HEX triplet: 0F, B9 and 6C. RGB value is (15,185,108). Sum of RGB (Red+Green+Blue) = 15+185+108=308 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.87% from 308); Green value is 185 (72.66% from 255 or 60.06% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB96C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB96C is #F04693. Grayscale: #7D7D7D. Windows color (decimal): -15746708 or 7125263. OLE color: 7125263.
HSL color Cylindrical-coordinate representation of color #0FB96C: hue angle of 152.82º 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 #0FB96C is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 185 | 108 | - |
| CMYK | 0.92 | 0 | 0.42 | 0.27 |
| HSL | 152.82º | 0.85% | 0.39% | - |
| HSV(B) | 152.82º | 0.92% | 0.73% | - |
| XYZ | 20.25 | 35.88 | 20.05 | - |
| YUV | 125.39 | 118.18 | 49.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 185 | 108 | 0.92 | 0 | 0.42 | 0.27 | 152.82 | 0.85 | 0.39 |
| Hex | F | B9 | 6C | 5C | 0 | 2A | 1B | 99 | 55 | 27 |
| Octal | 17 | 271 | 154 | 134 | 0 | 52 | 33 | 231 | 125 | 47 |
| Binary | 1111 | 10111001 | 1101100 | 1011100 | 0 | 101010 | 11011 | 10011001 | 1010101 | 100111 |
Color Harmonies of #0FB96C
Complementary color
Monochromatic Colors of #0FB96C
Black with #0FB96C
Text Example
Text Example
White with #0FB96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB96C; }
p { color: rgb(15,185,108); }
H1.HeaderClassName
{
color: #0FB96C;
}
.AnyTagClassName
{
color: #0FB96C;
}
</style>
background-color css
<style>
a { background-color: #0FB96C; }
a { background-color: rgb(15,185,108); }
div.DivClassName
{
background-color: #0FB96C;
}
.BgClassName
{
background-color: #0FB96C;
}
</style>
border-color css
<style>
span { border-color: #0FB96C; }
span { border-color: rgb(15,185,108); }
td.TdClassName
{
border-color: #0FB96C;
}
.TagClassName
{
border-color: #0FB96C;
}
</style>