Shades of Mountain Meadow #0FA780
Tints of Mountain Meadow #0FA780
RGB
CMYK
RGB Variations
Color information
#0FA780 (or 0x0FA780) is known color: Mountain Meadow. HEX triplet: 0F, A7 and 80. RGB value is (15,167,128). Sum of RGB (Red+Green+Blue) = 15+167+128=310 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.84% from 310); Green value is 167 (65.62% from 255 or 53.87% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 167 - color contains mainly: green. Hex color #0FA780 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA780 is #F0587F. Grayscale: #757575. Windows color (decimal): -15751296 or 8431375. OLE color: 8431375.
HSL color Cylindrical-coordinate representation of color #0FA780: hue angle of 164.61º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA780 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 167 | 128 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.35 |
| HSL | 164.61º | 0.84% | 0.36% | - |
| HSV(B) | 164.61º | 0.91% | 0.65% | - |
| XYZ | 17.91 | 29.3 | 25.13 | - |
| YUV | 117.11 | 134.14 | 55.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 167 | 128 | 0.91 | 0 | 0.23 | 0.35 | 164.61 | 0.84 | 0.36 |
| Hex | F | A7 | 80 | 5B | 0 | 17 | 23 | A5 | 54 | 24 |
| Octal | 17 | 247 | 200 | 133 | 0 | 27 | 43 | 245 | 124 | 44 |
| Binary | 1111 | 10100111 | 10000000 | 1011011 | 0 | 10111 | 100011 | 10100101 | 1010100 | 100100 |
Color Harmonies of #0FA780
Complementary color
Monochromatic Colors of #0FA780
Black with #0FA780
Text Example
Text Example
White with #0FA780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA780; }
p { color: rgb(15,167,128); }
H1.HeaderClassName
{
color: #0FA780;
}
.AnyTagClassName
{
color: #0FA780;
}
</style>
background-color css
<style>
a { background-color: #0FA780; }
a { background-color: rgb(15,167,128); }
div.DivClassName
{
background-color: #0FA780;
}
.BgClassName
{
background-color: #0FA780;
}
</style>
border-color css
<style>
span { border-color: #0FA780; }
span { border-color: rgb(15,167,128); }
td.TdClassName
{
border-color: #0FA780;
}
.TagClassName
{
border-color: #0FA780;
}
</style>