Shades of Mountain Meadow #0FB378
Tints of Mountain Meadow #0FB378
RGB
CMYK
RGB Variations
Color information
#0FB378 (or 0x0FB378) is known color: Mountain Meadow. HEX triplet: 0F, B3 and 78. RGB value is (15,179,120). Sum of RGB (Red+Green+Blue) = 15+179+120=314 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.78% from 314); Green value is 179 (70.31% from 255 or 57.01% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB378 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB378 is #F04C87. Grayscale: #7B7B7B. Windows color (decimal): -15748232 or 7910159. OLE color: 7910159.
HSL color Cylindrical-coordinate representation of color #0FB378: hue angle of 158.41º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB378 is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 179 | 120 | - |
| CMYK | 0.92 | 0 | 0.33 | 0.30 |
| HSL | 158.41º | 0.85% | 0.38% | - |
| HSV(B) | 158.41º | 0.92% | 0.7% | - |
| XYZ | 19.71 | 33.7 | 23.23 | - |
| YUV | 123.24 | 126.17 | 50.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 179 | 120 | 0.92 | 0 | 0.33 | 0.30 | 158.41 | 0.85 | 0.38 |
| Hex | F | B3 | 78 | 5C | 0 | 21 | 1E | 9E | 55 | 26 |
| Octal | 17 | 263 | 170 | 134 | 0 | 41 | 36 | 236 | 125 | 46 |
| Binary | 1111 | 10110011 | 1111000 | 1011100 | 0 | 100001 | 11110 | 10011110 | 1010101 | 100110 |
Color Harmonies of #0FB378
Complementary color
Monochromatic Colors of #0FB378
Black with #0FB378
Text Example
Text Example
White with #0FB378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB378; }
p { color: rgb(15,179,120); }
H1.HeaderClassName
{
color: #0FB378;
}
.AnyTagClassName
{
color: #0FB378;
}
</style>
background-color css
<style>
a { background-color: #0FB378; }
a { background-color: rgb(15,179,120); }
div.DivClassName
{
background-color: #0FB378;
}
.BgClassName
{
background-color: #0FB378;
}
</style>
border-color css
<style>
span { border-color: #0FB378; }
span { border-color: rgb(15,179,120); }
td.TdClassName
{
border-color: #0FB378;
}
.TagClassName
{
border-color: #0FB378;
}
</style>