Shades of Mountain Meadow #0FBC78
Tints of Mountain Meadow #0FBC78
RGB
CMYK
RGB Variations
Color information
#0FBC78 (or 0x0FBC78) is known color: Mountain Meadow. HEX triplet: 0F, BC and 78. RGB value is (15,188,120). Sum of RGB (Red+Green+Blue) = 15+188+120=323 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.64% from 323); Green value is 188 (73.83% from 255 or 58.20% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC78 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBC78 is #F04387. Grayscale: #808080. Windows color (decimal): -15745928 or 7912463. OLE color: 7912463.
HSL color Cylindrical-coordinate representation of color #0FBC78: hue angle of 156.42º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBC78 is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 120 | - |
| CMYK | 0.92 | 0 | 0.36 | 0.26 |
| HSL | 156.42º | 0.85% | 0.4% | - |
| HSV(B) | 156.42º | 0.92% | 0.74% | - |
| XYZ | 21.57 | 37.42 | 23.86 | - |
| YUV | 128.52 | 123.19 | 47.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 120 | 0.92 | 0 | 0.36 | 0.26 | 156.42 | 0.85 | 0.4 |
| Hex | F | BC | 78 | 5C | 0 | 24 | 1A | 9C | 55 | 28 |
| Octal | 17 | 274 | 170 | 134 | 0 | 44 | 32 | 234 | 125 | 50 |
| Binary | 1111 | 10111100 | 1111000 | 1011100 | 0 | 100100 | 11010 | 10011100 | 1010101 | 101000 |
Color Harmonies of #0FBC78
Complementary color
Monochromatic Colors of #0FBC78
Black with #0FBC78
Text Example
Text Example
White with #0FBC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC78; }
p { color: rgb(15,188,120); }
H1.HeaderClassName
{
color: #0FBC78;
}
.AnyTagClassName
{
color: #0FBC78;
}
</style>
background-color css
<style>
a { background-color: #0FBC78; }
a { background-color: rgb(15,188,120); }
div.DivClassName
{
background-color: #0FBC78;
}
.BgClassName
{
background-color: #0FBC78;
}
</style>
border-color css
<style>
span { border-color: #0FBC78; }
span { border-color: rgb(15,188,120); }
td.TdClassName
{
border-color: #0FBC78;
}
.TagClassName
{
border-color: #0FBC78;
}
</style>