Shades of Mountain Meadow #0FB478
Tints of Mountain Meadow #0FB478
RGB
CMYK
RGB Variations
Color information
#0FB478 (or 0x0FB478) is known color: Mountain Meadow. HEX triplet: 0F, B4 and 78. RGB value is (15,180,120). Sum of RGB (Red+Green+Blue) = 15+180+120=315 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.76% from 315); Green value is 180 (70.70% from 255 or 57.14% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 180 - color contains mainly: green. Hex color #0FB478 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB478 is #F04B87. Grayscale: #7B7B7B. Windows color (decimal): -15747976 or 7910415. OLE color: 7910415.
HSL color Cylindrical-coordinate representation of color #0FB478: hue angle of 158.18º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB478 is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 180 | 120 | - |
| CMYK | 0.92 | 0 | 0.33 | 0.29 |
| HSL | 158.18º | 0.85% | 0.38% | - |
| HSV(B) | 158.18º | 0.92% | 0.71% | - |
| XYZ | 19.91 | 34.1 | 23.3 | - |
| YUV | 123.83 | 125.84 | 50.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 180 | 120 | 0.92 | 0 | 0.33 | 0.29 | 158.18 | 0.85 | 0.38 |
| Hex | F | B4 | 78 | 5C | 0 | 21 | 1D | 9E | 55 | 26 |
| Octal | 17 | 264 | 170 | 134 | 0 | 41 | 35 | 236 | 125 | 46 |
| Binary | 1111 | 10110100 | 1111000 | 1011100 | 0 | 100001 | 11101 | 10011110 | 1010101 | 100110 |
Color Harmonies of #0FB478
Complementary color
Monochromatic Colors of #0FB478
Black with #0FB478
Text Example
Text Example
White with #0FB478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB478; }
p { color: rgb(15,180,120); }
H1.HeaderClassName
{
color: #0FB478;
}
.AnyTagClassName
{
color: #0FB478;
}
</style>
background-color css
<style>
a { background-color: #0FB478; }
a { background-color: rgb(15,180,120); }
div.DivClassName
{
background-color: #0FB478;
}
.BgClassName
{
background-color: #0FB478;
}
</style>
border-color css
<style>
span { border-color: #0FB478; }
span { border-color: rgb(15,180,120); }
td.TdClassName
{
border-color: #0FB478;
}
.TagClassName
{
border-color: #0FB478;
}
</style>