Shades of Mountain Meadow #0FAD7F
Tints of Mountain Meadow #0FAD7F
RGB
CMYK
RGB Variations
Color information
#0FAD7F (or 0x0FAD7F) is known color: Mountain Meadow. HEX triplet: 0F, AD and 7F. RGB value is (15,173,127). Sum of RGB (Red+Green+Blue) = 15+173+127=315 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.76% from 315); Green value is 173 (67.97% from 255 or 54.92% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAD7F is #F05280. Grayscale: #787878. Windows color (decimal): -15749761 or 8367375. OLE color: 8367375.
HSL color Cylindrical-coordinate representation of color #0FAD7F: hue angle of 162.53º 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 #0FAD7F is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 173 | 127 | - |
| CMYK | 0.91 | 0 | 0.27 | 0.32 |
| HSL | 162.53º | 0.84% | 0.37% | - |
| HSV(B) | 162.53º | 0.91% | 0.68% | - |
| XYZ | 18.97 | 31.52 | 25.16 | - |
| YUV | 120.51 | 131.65 | 52.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 173 | 127 | 0.91 | 0 | 0.27 | 0.32 | 162.53 | 0.84 | 0.37 |
| Hex | F | AD | 7F | 5B | 0 | 1B | 20 | A3 | 54 | 25 |
| Octal | 17 | 255 | 177 | 133 | 0 | 33 | 40 | 243 | 124 | 45 |
| Binary | 1111 | 10101101 | 1111111 | 1011011 | 0 | 11011 | 100000 | 10100011 | 1010100 | 100101 |
Color Harmonies of #0FAD7F
Complementary color
Monochromatic Colors of #0FAD7F
Black with #0FAD7F
Text Example
Text Example
White with #0FAD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAD7F; }
p { color: rgb(15,173,127); }
H1.HeaderClassName
{
color: #0FAD7F;
}
.AnyTagClassName
{
color: #0FAD7F;
}
</style>
background-color css
<style>
a { background-color: #0FAD7F; }
a { background-color: rgb(15,173,127); }
div.DivClassName
{
background-color: #0FAD7F;
}
.BgClassName
{
background-color: #0FAD7F;
}
</style>
border-color css
<style>
span { border-color: #0FAD7F; }
span { border-color: rgb(15,173,127); }
td.TdClassName
{
border-color: #0FAD7F;
}
.TagClassName
{
border-color: #0FAD7F;
}
</style>