Shades of Jade #0FBC70
Tints of Jade #0FBC70
RGB
CMYK
RGB Variations
Color information
#0FBC70 (or 0x0FBC70) is known color: Jade. HEX triplet: 0F, BC and 70. RGB value is (15,188,112). Sum of RGB (Red+Green+Blue) = 15+188+112=315 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.76% from 315); Green value is 188 (73.83% from 255 or 59.68% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBC70 is #F0438F. Grayscale: #7F7F7F. Windows color (decimal): -15745936 or 7388175. OLE color: 7388175.
HSL color Cylindrical-coordinate representation of color #0FBC70: hue angle of 153.64º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBC70 is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 112 | - |
| CMYK | 0.92 | 0 | 0.40 | 0.26 |
| HSL | 153.64º | 0.85% | 0.4% | - |
| HSV(B) | 153.64º | 0.92% | 0.74% | - |
| XYZ | 21.1 | 37.24 | 21.4 | - |
| YUV | 127.61 | 119.19 | 47.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 112 | 0.92 | 0 | 0.40 | 0.26 | 153.64 | 0.85 | 0.4 |
| Hex | F | BC | 70 | 5C | 0 | 28 | 1A | 9A | 55 | 28 |
| Octal | 17 | 274 | 160 | 134 | 0 | 50 | 32 | 232 | 125 | 50 |
| Binary | 1111 | 10111100 | 1110000 | 1011100 | 0 | 101000 | 11010 | 10011010 | 1010101 | 101000 |
Color Harmonies of #0FBC70
Complementary color
Monochromatic Colors of #0FBC70
Black with #0FBC70
Text Example
Text Example
White with #0FBC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC70; }
p { color: rgb(15,188,112); }
H1.HeaderClassName
{
color: #0FBC70;
}
.AnyTagClassName
{
color: #0FBC70;
}
</style>
background-color css
<style>
a { background-color: #0FBC70; }
a { background-color: rgb(15,188,112); }
div.DivClassName
{
background-color: #0FBC70;
}
.BgClassName
{
background-color: #0FBC70;
}
</style>
border-color css
<style>
span { border-color: #0FBC70; }
span { border-color: rgb(15,188,112); }
td.TdClassName
{
border-color: #0FBC70;
}
.TagClassName
{
border-color: #0FBC70;
}
</style>