Shades of Jade #0FB36E
Tints of Jade #0FB36E
RGB
CMYK
RGB Variations
Color information
#0FB36E (or 0x0FB36E) is known color: Jade. HEX triplet: 0F, B3 and 6E. RGB value is (15,179,110). Sum of RGB (Red+Green+Blue) = 15+179+110=304 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.93% from 304); Green value is 179 (70.31% from 255 or 58.88% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB36E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB36E is #F04C91. Grayscale: #7A7A7A. Windows color (decimal): -15748242 or 7254799. OLE color: 7254799.
HSL color Cylindrical-coordinate representation of color #0FB36E: hue angle of 154.76º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB36E is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 179 | 110 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.30 |
| HSL | 154.76º | 0.85% | 0.38% | - |
| HSV(B) | 154.76º | 0.92% | 0.7% | - |
| XYZ | 19.13 | 33.47 | 20.2 | - |
| YUV | 122.1 | 121.17 | 51.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 179 | 110 | 0.92 | 0 | 0.39 | 0.30 | 154.76 | 0.85 | 0.38 |
| Hex | F | B3 | 6E | 5C | 0 | 27 | 1E | 9B | 55 | 26 |
| Octal | 17 | 263 | 156 | 134 | 0 | 47 | 36 | 233 | 125 | 46 |
| Binary | 1111 | 10110011 | 1101110 | 1011100 | 0 | 100111 | 11110 | 10011011 | 1010101 | 100110 |
Color Harmonies of #0FB36E
Complementary color
Monochromatic Colors of #0FB36E
Black with #0FB36E
Text Example
Text Example
White with #0FB36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB36E; }
p { color: rgb(15,179,110); }
H1.HeaderClassName
{
color: #0FB36E;
}
.AnyTagClassName
{
color: #0FB36E;
}
</style>
background-color css
<style>
a { background-color: #0FB36E; }
a { background-color: rgb(15,179,110); }
div.DivClassName
{
background-color: #0FB36E;
}
.BgClassName
{
background-color: #0FB36E;
}
</style>
border-color css
<style>
span { border-color: #0FB36E; }
span { border-color: rgb(15,179,110); }
td.TdClassName
{
border-color: #0FB36E;
}
.TagClassName
{
border-color: #0FB36E;
}
</style>