Shades of Jade #0FA672
Tints of Jade #0FA672
RGB
CMYK
RGB Variations
Color information
#0FA672 (or 0x0FA672) is known color: Jade. HEX triplet: 0F, A6 and 72. RGB value is (15,166,114). Sum of RGB (Red+Green+Blue) = 15+166+114=295 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.08% from 295); Green value is 166 (65.23% from 255 or 56.27% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 166 - color contains mainly: green. Hex color #0FA672 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA672 is #F0598D. Grayscale: #727272. Windows color (decimal): -15751566 or 7513615. OLE color: 7513615.
HSL color Cylindrical-coordinate representation of color #0FA672: hue angle of 159.34º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA672 is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 166 | 114 | - |
| CMYK | 0.91 | 0 | 0.31 | 0.35 |
| HSL | 159.34º | 0.83% | 0.35% | - |
| HSV(B) | 159.34º | 0.91% | 0.65% | - |
| XYZ | 16.87 | 28.59 | 20.55 | - |
| YUV | 114.92 | 127.47 | 56.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 166 | 114 | 0.91 | 0 | 0.31 | 0.35 | 159.34 | 0.83 | 0.35 |
| Hex | F | A6 | 72 | 5B | 0 | 1F | 23 | 9F | 53 | 23 |
| Octal | 17 | 246 | 162 | 133 | 0 | 37 | 43 | 237 | 123 | 43 |
| Binary | 1111 | 10100110 | 1110010 | 1011011 | 0 | 11111 | 100011 | 10011111 | 1010011 | 100011 |
Color Harmonies of #0FA672
Complementary color
Monochromatic Colors of #0FA672
Black with #0FA672
Text Example
Text Example
White with #0FA672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA672; }
p { color: rgb(15,166,114); }
H1.HeaderClassName
{
color: #0FA672;
}
.AnyTagClassName
{
color: #0FA672;
}
</style>
background-color css
<style>
a { background-color: #0FA672; }
a { background-color: rgb(15,166,114); }
div.DivClassName
{
background-color: #0FA672;
}
.BgClassName
{
background-color: #0FA672;
}
</style>
border-color css
<style>
span { border-color: #0FA672; }
span { border-color: rgb(15,166,114); }
td.TdClassName
{
border-color: #0FA672;
}
.TagClassName
{
border-color: #0FA672;
}
</style>