Shades of Jade #0FB072
Tints of Jade #0FB072
RGB
CMYK
RGB Variations
Color information
#0FB072 (or 0x0FB072) is known color: Jade. HEX triplet: 0F, B0 and 72. RGB value is (15,176,114). Sum of RGB (Red+Green+Blue) = 15+176+114=305 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.92% from 305); Green value is 176 (69.14% from 255 or 57.70% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB072 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FB072 is #F04F8D. Grayscale: #787878. Windows color (decimal): -15749006 or 7516175. OLE color: 7516175.
HSL color Cylindrical-coordinate representation of color #0FB072: hue angle of 156.89º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FB072 is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 176 | 114 | - |
| CMYK | 0.91 | 0 | 0.35 | 0.31 |
| HSL | 156.89º | 0.84% | 0.37% | - |
| HSV(B) | 156.89º | 0.91% | 0.69% | - |
| XYZ | 18.76 | 32.37 | 21.18 | - |
| YUV | 120.79 | 124.16 | 52.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 176 | 114 | 0.91 | 0 | 0.35 | 0.31 | 156.89 | 0.84 | 0.37 |
| Hex | F | B0 | 72 | 5B | 0 | 23 | 1F | 9D | 54 | 25 |
| Octal | 17 | 260 | 162 | 133 | 0 | 43 | 37 | 235 | 124 | 45 |
| Binary | 1111 | 10110000 | 1110010 | 1011011 | 0 | 100011 | 11111 | 10011101 | 1010100 | 100101 |
Color Harmonies of #0FB072
Complementary color
Monochromatic Colors of #0FB072
Black with #0FB072
Text Example
Text Example
White with #0FB072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB072; }
p { color: rgb(15,176,114); }
H1.HeaderClassName
{
color: #0FB072;
}
.AnyTagClassName
{
color: #0FB072;
}
</style>
background-color css
<style>
a { background-color: #0FB072; }
a { background-color: rgb(15,176,114); }
div.DivClassName
{
background-color: #0FB072;
}
.BgClassName
{
background-color: #0FB072;
}
</style>
border-color css
<style>
span { border-color: #0FB072; }
span { border-color: rgb(15,176,114); }
td.TdClassName
{
border-color: #0FB072;
}
.TagClassName
{
border-color: #0FB072;
}
</style>