Shades of Jade #0FAC73
Tints of Jade #0FAC73
RGB
CMYK
RGB Variations
Color information
#0FAC73 (or 0x0FAC73) is known color: Jade. HEX triplet: 0F, AC and 73. RGB value is (15,172,115). Sum of RGB (Red+Green+Blue) = 15+172+115=302 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.97% from 302); Green value is 172 (67.58% from 255 or 56.95% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAC73 is #F0538C. Grayscale: #767676. Windows color (decimal): -15750029 or 7580687. OLE color: 7580687.
HSL color Cylindrical-coordinate representation of color #0FAC73: hue angle of 158.22º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAC73 is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 172 | 115 | - |
| CMYK | 0.91 | 0 | 0.33 | 0.33 |
| HSL | 158.22º | 0.84% | 0.37% | - |
| HSV(B) | 158.22º | 0.91% | 0.67% | - |
| XYZ | 18.04 | 30.84 | 21.22 | - |
| YUV | 118.56 | 125.99 | 54.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 172 | 115 | 0.91 | 0 | 0.33 | 0.33 | 158.22 | 0.84 | 0.37 |
| Hex | F | AC | 73 | 5B | 0 | 21 | 21 | 9E | 54 | 25 |
| Octal | 17 | 254 | 163 | 133 | 0 | 41 | 41 | 236 | 124 | 45 |
| Binary | 1111 | 10101100 | 1110011 | 1011011 | 0 | 100001 | 100001 | 10011110 | 1010100 | 100101 |
Color Harmonies of #0FAC73
Complementary color
Monochromatic Colors of #0FAC73
Black with #0FAC73
Text Example
Text Example
White with #0FAC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAC73; }
p { color: rgb(15,172,115); }
H1.HeaderClassName
{
color: #0FAC73;
}
.AnyTagClassName
{
color: #0FAC73;
}
</style>
background-color css
<style>
a { background-color: #0FAC73; }
a { background-color: rgb(15,172,115); }
div.DivClassName
{
background-color: #0FAC73;
}
.BgClassName
{
background-color: #0FAC73;
}
</style>
border-color css
<style>
span { border-color: #0FAC73; }
span { border-color: rgb(15,172,115); }
td.TdClassName
{
border-color: #0FAC73;
}
.TagClassName
{
border-color: #0FAC73;
}
</style>