Shades of Jade #0FAC70
Tints of Jade #0FAC70
RGB
CMYK
RGB Variations
Color information
#0FAC70 (or 0x0FAC70) is known color: Jade. HEX triplet: 0F, AC and 70. RGB value is (15,172,112). Sum of RGB (Red+Green+Blue) = 15+172+112=299 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.02% from 299); Green value is 172 (67.58% from 255 or 57.53% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAC70 is #F0538F. Grayscale: #767676. Windows color (decimal): -15750032 or 7384079. OLE color: 7384079.
HSL color Cylindrical-coordinate representation of color #0FAC70: hue angle of 157.07º 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 #0FAC70 is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 172 | 112 | - |
| CMYK | 0.91 | 0 | 0.35 | 0.33 |
| HSL | 157.07º | 0.84% | 0.37% | - |
| HSV(B) | 157.07º | 0.91% | 0.67% | - |
| XYZ | 17.87 | 30.78 | 20.33 | - |
| YUV | 118.22 | 124.49 | 54.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 172 | 112 | 0.91 | 0 | 0.35 | 0.33 | 157.07 | 0.84 | 0.37 |
| Hex | F | AC | 70 | 5B | 0 | 23 | 21 | 9D | 54 | 25 |
| Octal | 17 | 254 | 160 | 133 | 0 | 43 | 41 | 235 | 124 | 45 |
| Binary | 1111 | 10101100 | 1110000 | 1011011 | 0 | 100011 | 100001 | 10011101 | 1010100 | 100101 |
Color Harmonies of #0FAC70
Complementary color
Monochromatic Colors of #0FAC70
Black with #0FAC70
Text Example
Text Example
White with #0FAC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAC70; }
p { color: rgb(15,172,112); }
H1.HeaderClassName
{
color: #0FAC70;
}
.AnyTagClassName
{
color: #0FAC70;
}
</style>
background-color css
<style>
a { background-color: #0FAC70; }
a { background-color: rgb(15,172,112); }
div.DivClassName
{
background-color: #0FAC70;
}
.BgClassName
{
background-color: #0FAC70;
}
</style>
border-color css
<style>
span { border-color: #0FAC70; }
span { border-color: rgb(15,172,112); }
td.TdClassName
{
border-color: #0FAC70;
}
.TagClassName
{
border-color: #0FAC70;
}
</style>