Shades of Jade #0FA772
Tints of Jade #0FA772
RGB
CMYK
RGB Variations
Color information
#0FA772 (or 0x0FA772) is known color: Jade. HEX triplet: 0F, A7 and 72. RGB value is (15,167,114). Sum of RGB (Red+Green+Blue) = 15+167+114=296 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.07% from 296); Green value is 167 (65.62% from 255 or 56.42% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 167 - color contains mainly: green. Hex color #0FA772 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA772 is #F0588D. Grayscale: #737373. Windows color (decimal): -15751310 or 7513871. OLE color: 7513871.
HSL color Cylindrical-coordinate representation of color #0FA772: hue angle of 159.08º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA772 is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 167 | 114 | - |
| CMYK | 0.91 | 0 | 0.32 | 0.35 |
| HSL | 159.08º | 0.84% | 0.36% | - |
| HSV(B) | 159.08º | 0.91% | 0.65% | - |
| XYZ | 17.05 | 28.95 | 20.61 | - |
| YUV | 115.51 | 127.14 | 56.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 167 | 114 | 0.91 | 0 | 0.32 | 0.35 | 159.08 | 0.84 | 0.36 |
| Hex | F | A7 | 72 | 5B | 0 | 20 | 23 | 9F | 54 | 24 |
| Octal | 17 | 247 | 162 | 133 | 0 | 40 | 43 | 237 | 124 | 44 |
| Binary | 1111 | 10100111 | 1110010 | 1011011 | 0 | 100000 | 100011 | 10011111 | 1010100 | 100100 |
Color Harmonies of #0FA772
Complementary color
Monochromatic Colors of #0FA772
Black with #0FA772
Text Example
Text Example
White with #0FA772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA772; }
p { color: rgb(15,167,114); }
H1.HeaderClassName
{
color: #0FA772;
}
.AnyTagClassName
{
color: #0FA772;
}
</style>
background-color css
<style>
a { background-color: #0FA772; }
a { background-color: rgb(15,167,114); }
div.DivClassName
{
background-color: #0FA772;
}
.BgClassName
{
background-color: #0FA772;
}
</style>
border-color css
<style>
span { border-color: #0FA772; }
span { border-color: rgb(15,167,114); }
td.TdClassName
{
border-color: #0FA772;
}
.TagClassName
{
border-color: #0FA772;
}
</style>