Shades of Jade #0FB76F
Tints of Jade #0FB76F
RGB
CMYK
RGB Variations
Color information
#0FB76F (or 0x0FB76F) is known color: Jade. HEX triplet: 0F, B7 and 6F. RGB value is (15,183,111). Sum of RGB (Red+Green+Blue) = 15+183+111=309 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.85% from 309); Green value is 183 (71.88% from 255 or 59.22% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB76F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB76F is #F04890. Grayscale: #7C7C7C. Windows color (decimal): -15747217 or 7321359. OLE color: 7321359.
HSL color Cylindrical-coordinate representation of color #0FB76F: hue angle of 154.29º 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 #0FB76F is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 183 | 111 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.28 |
| HSL | 154.29º | 0.85% | 0.39% | - |
| HSV(B) | 154.29º | 0.92% | 0.72% | - |
| XYZ | 20 | 35.12 | 20.76 | - |
| YUV | 124.56 | 120.34 | 49.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 183 | 111 | 0.92 | 0 | 0.39 | 0.28 | 154.29 | 0.85 | 0.39 |
| Hex | F | B7 | 6F | 5C | 0 | 27 | 1C | 9A | 55 | 27 |
| Octal | 17 | 267 | 157 | 134 | 0 | 47 | 34 | 232 | 125 | 47 |
| Binary | 1111 | 10110111 | 1101111 | 1011100 | 0 | 100111 | 11100 | 10011010 | 1010101 | 100111 |
Color Harmonies of #0FB76F
Complementary color
Monochromatic Colors of #0FB76F
Black with #0FB76F
Text Example
Text Example
White with #0FB76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB76F; }
p { color: rgb(15,183,111); }
H1.HeaderClassName
{
color: #0FB76F;
}
.AnyTagClassName
{
color: #0FB76F;
}
</style>
background-color css
<style>
a { background-color: #0FB76F; }
a { background-color: rgb(15,183,111); }
div.DivClassName
{
background-color: #0FB76F;
}
.BgClassName
{
background-color: #0FB76F;
}
</style>
border-color css
<style>
span { border-color: #0FB76F; }
span { border-color: rgb(15,183,111); }
td.TdClassName
{
border-color: #0FB76F;
}
.TagClassName
{
border-color: #0FB76F;
}
</style>