Shades of Mountain Meadow #0FC078
Tints of Mountain Meadow #0FC078
RGB
CMYK
RGB Variations
Color information
#0FC078 (or 0x0FC078) is known color: Mountain Meadow. HEX triplet: 0F, C0 and 78. RGB value is (15,192,120). Sum of RGB (Red+Green+Blue) = 15+192+120=327 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.59% from 327); Green value is 192 (75.39% from 255 or 58.72% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC078 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC078 is #F03F87. Grayscale: #828282. Windows color (decimal): -15744904 or 7913487. OLE color: 7913487.
HSL color Cylindrical-coordinate representation of color #0FC078: hue angle of 155.59º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC078 is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 192 | 120 | - |
| CMYK | 0.92 | 0 | 0.38 | 0.25 |
| HSL | 155.59º | 0.86% | 0.41% | - |
| HSV(B) | 155.59º | 0.92% | 0.75% | - |
| XYZ | 22.44 | 39.16 | 24.14 | - |
| YUV | 130.87 | 121.86 | 45.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 192 | 120 | 0.92 | 0 | 0.38 | 0.25 | 155.59 | 0.86 | 0.41 |
| Hex | F | C0 | 78 | 5C | 0 | 26 | 19 | 9C | 56 | 29 |
| Octal | 17 | 300 | 170 | 134 | 0 | 46 | 31 | 234 | 126 | 51 |
| Binary | 1111 | 11000000 | 1111000 | 1011100 | 0 | 100110 | 11001 | 10011100 | 1010110 | 101001 |
Color Harmonies of #0FC078
Complementary color
Monochromatic Colors of #0FC078
Black with #0FC078
Text Example
Text Example
White with #0FC078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC078; }
p { color: rgb(15,192,120); }
H1.HeaderClassName
{
color: #0FC078;
}
.AnyTagClassName
{
color: #0FC078;
}
</style>
background-color css
<style>
a { background-color: #0FC078; }
a { background-color: rgb(15,192,120); }
div.DivClassName
{
background-color: #0FC078;
}
.BgClassName
{
background-color: #0FC078;
}
</style>
border-color css
<style>
span { border-color: #0FC078; }
span { border-color: rgb(15,192,120); }
td.TdClassName
{
border-color: #0FC078;
}
.TagClassName
{
border-color: #0FC078;
}
</style>