Shades of Mountain Meadow #0FAD8C
Tints of Mountain Meadow #0FAD8C
RGB
CMYK
RGB Variations
Color information
#0FAD8C (or 0x0FAD8C) is known color: Mountain Meadow. HEX triplet: 0F, AD and 8C. RGB value is (15,173,140). Sum of RGB (Red+Green+Blue) = 15+173+140=328 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.57% from 328); Green value is 173 (67.97% from 255 or 52.74% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAD8C is #F05273. Grayscale: #797979. Windows color (decimal): -15749748 or 9219343. OLE color: 9219343.
HSL color Cylindrical-coordinate representation of color #0FAD8C: hue angle of 167.47º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAD8C is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 173 | 140 | - |
| CMYK | 0.91 | 0 | 0.19 | 0.32 |
| HSL | 167.47º | 0.84% | 0.37% | - |
| HSV(B) | 167.47º | 0.91% | 0.68% | - |
| XYZ | 19.87 | 31.88 | 29.92 | - |
| YUV | 122 | 138.15 | 51.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 173 | 140 | 0.91 | 0 | 0.19 | 0.32 | 167.47 | 0.84 | 0.37 |
| Hex | F | AD | 8C | 5B | 0 | 13 | 20 | A7 | 54 | 25 |
| Octal | 17 | 255 | 214 | 133 | 0 | 23 | 40 | 247 | 124 | 45 |
| Binary | 1111 | 10101101 | 10001100 | 1011011 | 0 | 10011 | 100000 | 10100111 | 1010100 | 100101 |
Color Harmonies of #0FAD8C
Complementary color
Monochromatic Colors of #0FAD8C
Black with #0FAD8C
Text Example
Text Example
White with #0FAD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAD8C; }
p { color: rgb(15,173,140); }
H1.HeaderClassName
{
color: #0FAD8C;
}
.AnyTagClassName
{
color: #0FAD8C;
}
</style>
background-color css
<style>
a { background-color: #0FAD8C; }
a { background-color: rgb(15,173,140); }
div.DivClassName
{
background-color: #0FAD8C;
}
.BgClassName
{
background-color: #0FAD8C;
}
</style>
border-color css
<style>
span { border-color: #0FAD8C; }
span { border-color: rgb(15,173,140); }
td.TdClassName
{
border-color: #0FAD8C;
}
.TagClassName
{
border-color: #0FAD8C;
}
</style>