Shades of Jade #0FA873
Tints of Jade #0FA873
RGB
CMYK
RGB Variations
Color information
#0FA873 (or 0x0FA873) is known color: Jade. HEX triplet: 0F, A8 and 73. RGB value is (15,168,115). Sum of RGB (Red+Green+Blue) = 15+168+115=298 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.03% from 298); Green value is 168 (66.02% from 255 or 56.38% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 168 - color contains mainly: green. Hex color #0FA873 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA873 is #F0578C. Grayscale: #747474. Windows color (decimal): -15751053 or 7579663. OLE color: 7579663.
HSL color Cylindrical-coordinate representation of color #0FA873: hue angle of 159.22º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA873 is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 15 | 168 | 115 | - |
| CMYK | 0.91 | 0 | 0.32 | 0.34 |
| HSL | 159.22º | 0.84% | 0.36% | - |
| HSV(B) | 159.22º | 0.91% | 0.66% | - |
| XYZ | 17.29 | 29.34 | 20.97 | - |
| YUV | 116.21 | 127.31 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 168 | 115 | 0.91 | 0 | 0.32 | 0.34 | 159.22 | 0.84 | 0.36 |
| Hex | F | A8 | 73 | 5B | 0 | 20 | 22 | 9F | 54 | 24 |
| Octal | 17 | 250 | 163 | 133 | 0 | 40 | 42 | 237 | 124 | 44 |
| Binary | 1111 | 10101000 | 1110011 | 1011011 | 0 | 100000 | 100010 | 10011111 | 1010100 | 100100 |
Color Harmonies of #0FA873
Complementary color
Monochromatic Colors of #0FA873
Black with #0FA873
Text Example
Text Example
White with #0FA873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA873; }
p { color: rgb(15,168,115); }
H1.HeaderClassName
{
color: #0FA873;
}
.AnyTagClassName
{
color: #0FA873;
}
</style>
background-color css
<style>
a { background-color: #0FA873; }
a { background-color: rgb(15,168,115); }
div.DivClassName
{
background-color: #0FA873;
}
.BgClassName
{
background-color: #0FA873;
}
</style>
border-color css
<style>
span { border-color: #0FA873; }
span { border-color: rgb(15,168,115); }
td.TdClassName
{
border-color: #0FA873;
}
.TagClassName
{
border-color: #0FA873;
}
</style>