Shades of Jade #0FB76E
Tints of Jade #0FB76E
RGB
CMYK
RGB Variations
Color information
#0FB76E (or 0x0FB76E) is known color: Jade. HEX triplet: 0F, B7 and 6E. RGB value is (15,183,110). Sum of RGB (Red+Green+Blue) = 15+183+110=308 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.87% from 308); Green value is 183 (71.88% from 255 or 59.42% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB76E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB76E is #F04891. Grayscale: #7C7C7C. Windows color (decimal): -15747218 or 7255823. OLE color: 7255823.
HSL color Cylindrical-coordinate representation of color #0FB76E: hue angle of 153.93º 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 #0FB76E is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 183 | 110 | - |
| CMYK | 0.92 | 0 | 0.40 | 0.28 |
| HSL | 153.93º | 0.85% | 0.39% | - |
| HSV(B) | 153.93º | 0.92% | 0.72% | - |
| XYZ | 19.94 | 35.09 | 20.47 | - |
| YUV | 124.45 | 119.84 | 49.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 183 | 110 | 0.92 | 0 | 0.40 | 0.28 | 153.93 | 0.85 | 0.39 |
| Hex | F | B7 | 6E | 5C | 0 | 28 | 1C | 9A | 55 | 27 |
| Octal | 17 | 267 | 156 | 134 | 0 | 50 | 34 | 232 | 125 | 47 |
| Binary | 1111 | 10110111 | 1101110 | 1011100 | 0 | 101000 | 11100 | 10011010 | 1010101 | 100111 |
Color Harmonies of #0FB76E
Complementary color
Monochromatic Colors of #0FB76E
Black with #0FB76E
Text Example
Text Example
White with #0FB76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB76E; }
p { color: rgb(15,183,110); }
H1.HeaderClassName
{
color: #0FB76E;
}
.AnyTagClassName
{
color: #0FB76E;
}
</style>
background-color css
<style>
a { background-color: #0FB76E; }
a { background-color: rgb(15,183,110); }
div.DivClassName
{
background-color: #0FB76E;
}
.BgClassName
{
background-color: #0FB76E;
}
</style>
border-color css
<style>
span { border-color: #0FB76E; }
span { border-color: rgb(15,183,110); }
td.TdClassName
{
border-color: #0FB76E;
}
.TagClassName
{
border-color: #0FB76E;
}
</style>