Shades of Mountain Meadow #0FAD7A
Tints of Mountain Meadow #0FAD7A
RGB
CMYK
RGB Variations
Color information
#0FAD7A (or 0x0FAD7A) is known color: Mountain Meadow. HEX triplet: 0F, AD and 7A. RGB value is (15,173,122). Sum of RGB (Red+Green+Blue) = 15+173+122=310 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.84% from 310); Green value is 173 (67.97% from 255 or 55.81% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAD7A is #F05285. Grayscale: #777777. Windows color (decimal): -15749766 or 8039695. OLE color: 8039695.
HSL color Cylindrical-coordinate representation of color #0FAD7A: hue angle of 160.63º 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 #0FAD7A is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 173 | 122 | - |
| CMYK | 0.91 | 0 | 0.29 | 0.32 |
| HSL | 160.63º | 0.84% | 0.37% | - |
| HSV(B) | 160.63º | 0.91% | 0.68% | - |
| XYZ | 18.65 | 31.39 | 23.49 | - |
| YUV | 119.94 | 129.15 | 53.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 173 | 122 | 0.91 | 0 | 0.29 | 0.32 | 160.63 | 0.84 | 0.37 |
| Hex | F | AD | 7A | 5B | 0 | 1D | 20 | A1 | 54 | 25 |
| Octal | 17 | 255 | 172 | 133 | 0 | 35 | 40 | 241 | 124 | 45 |
| Binary | 1111 | 10101101 | 1111010 | 1011011 | 0 | 11101 | 100000 | 10100001 | 1010100 | 100101 |
Color Harmonies of #0FAD7A
Complementary color
Monochromatic Colors of #0FAD7A
Black with #0FAD7A
Text Example
Text Example
White with #0FAD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAD7A; }
p { color: rgb(15,173,122); }
H1.HeaderClassName
{
color: #0FAD7A;
}
.AnyTagClassName
{
color: #0FAD7A;
}
</style>
background-color css
<style>
a { background-color: #0FAD7A; }
a { background-color: rgb(15,173,122); }
div.DivClassName
{
background-color: #0FAD7A;
}
.BgClassName
{
background-color: #0FAD7A;
}
</style>
border-color css
<style>
span { border-color: #0FAD7A; }
span { border-color: rgb(15,173,122); }
td.TdClassName
{
border-color: #0FAD7A;
}
.TagClassName
{
border-color: #0FAD7A;
}
</style>