Shades of Mountain Meadow #0FA784
Tints of Mountain Meadow #0FA784
RGB
CMYK
RGB Variations
Color information
#0FA784 (or 0x0FA784) is known color: Mountain Meadow. HEX triplet: 0F, A7 and 84. RGB value is (15,167,132). Sum of RGB (Red+Green+Blue) = 15+167+132=314 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.78% from 314); Green value is 167 (65.62% from 255 or 53.18% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 167 - color contains mainly: green. Hex color #0FA784 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA784 is #F0587B. Grayscale: #757575. Windows color (decimal): -15751292 or 8693519. OLE color: 8693519.
HSL color Cylindrical-coordinate representation of color #0FA784: hue angle of 166.18º 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 #0FA784 is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 167 | 132 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.35 |
| HSL | 166.18º | 0.84% | 0.36% | - |
| HSV(B) | 166.18º | 0.91% | 0.65% | - |
| XYZ | 18.18 | 29.4 | 26.55 | - |
| YUV | 117.56 | 136.14 | 54.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 167 | 132 | 0.91 | 0 | 0.21 | 0.35 | 166.18 | 0.84 | 0.36 |
| Hex | F | A7 | 84 | 5B | 0 | 15 | 23 | A6 | 54 | 24 |
| Octal | 17 | 247 | 204 | 133 | 0 | 25 | 43 | 246 | 124 | 44 |
| Binary | 1111 | 10100111 | 10000100 | 1011011 | 0 | 10101 | 100011 | 10100110 | 1010100 | 100100 |
Color Harmonies of #0FA784
Complementary color
Monochromatic Colors of #0FA784
Black with #0FA784
Text Example
Text Example
White with #0FA784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA784; }
p { color: rgb(15,167,132); }
H1.HeaderClassName
{
color: #0FA784;
}
.AnyTagClassName
{
color: #0FA784;
}
</style>
background-color css
<style>
a { background-color: #0FA784; }
a { background-color: rgb(15,167,132); }
div.DivClassName
{
background-color: #0FA784;
}
.BgClassName
{
background-color: #0FA784;
}
</style>
border-color css
<style>
span { border-color: #0FA784; }
span { border-color: rgb(15,167,132); }
td.TdClassName
{
border-color: #0FA784;
}
.TagClassName
{
border-color: #0FA784;
}
</style>