Shades of Jade #0FB870
Tints of Jade #0FB870
RGB
CMYK
RGB Variations
Color information
#0FB870 (or 0x0FB870) is known color: Jade. HEX triplet: 0F, B8 and 70. RGB value is (15,184,112). Sum of RGB (Red+Green+Blue) = 15+184+112=311 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.82% from 311); Green value is 184 (72.27% from 255 or 59.16% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB870 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB870 is #F0478F. Grayscale: #7D7D7D. Windows color (decimal): -15746960 or 7387151. OLE color: 7387151.
HSL color Cylindrical-coordinate representation of color #0FB870: hue angle of 154.44º 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 #0FB870 is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 184 | 112 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.28 |
| HSL | 154.44º | 0.85% | 0.39% | - |
| HSV(B) | 154.44º | 0.92% | 0.72% | - |
| XYZ | 20.26 | 35.55 | 21.12 | - |
| YUV | 125.26 | 120.51 | 49.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 184 | 112 | 0.92 | 0 | 0.39 | 0.28 | 154.44 | 0.85 | 0.39 |
| Hex | F | B8 | 70 | 5C | 0 | 27 | 1C | 9A | 55 | 27 |
| Octal | 17 | 270 | 160 | 134 | 0 | 47 | 34 | 232 | 125 | 47 |
| Binary | 1111 | 10111000 | 1110000 | 1011100 | 0 | 100111 | 11100 | 10011010 | 1010101 | 100111 |
Color Harmonies of #0FB870
Complementary color
Monochromatic Colors of #0FB870
Black with #0FB870
Text Example
Text Example
White with #0FB870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB870; }
p { color: rgb(15,184,112); }
H1.HeaderClassName
{
color: #0FB870;
}
.AnyTagClassName
{
color: #0FB870;
}
</style>
background-color css
<style>
a { background-color: #0FB870; }
a { background-color: rgb(15,184,112); }
div.DivClassName
{
background-color: #0FB870;
}
.BgClassName
{
background-color: #0FB870;
}
</style>
border-color css
<style>
span { border-color: #0FB870; }
span { border-color: rgb(15,184,112); }
td.TdClassName
{
border-color: #0FB870;
}
.TagClassName
{
border-color: #0FB870;
}
</style>