Shades of Mountain Meadow #0FC07F
Tints of Mountain Meadow #0FC07F
RGB
CMYK
RGB Variations
Color information
#0FC07F (or 0x0FC07F) is known color: Mountain Meadow. HEX triplet: 0F, C0 and 7F. RGB value is (15,192,127). Sum of RGB (Red+Green+Blue) = 15+192+127=334 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.49% from 334); Green value is 192 (75.39% from 255 or 57.49% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC07F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC07F is #F03F80. Grayscale: #838383. Windows color (decimal): -15744897 or 8372239. OLE color: 8372239.
HSL color Cylindrical-coordinate representation of color #0FC07F: hue angle of 157.97º 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 #0FC07F is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 192 | 127 | - |
| CMYK | 0.92 | 0 | 0.34 | 0.25 |
| HSL | 157.97º | 0.86% | 0.41% | - |
| HSV(B) | 157.97º | 0.92% | 0.75% | - |
| XYZ | 22.88 | 39.33 | 26.46 | - |
| YUV | 131.67 | 125.36 | 44.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 192 | 127 | 0.92 | 0 | 0.34 | 0.25 | 157.97 | 0.86 | 0.41 |
| Hex | F | C0 | 7F | 5C | 0 | 22 | 19 | 9E | 56 | 29 |
| Octal | 17 | 300 | 177 | 134 | 0 | 42 | 31 | 236 | 126 | 51 |
| Binary | 1111 | 11000000 | 1111111 | 1011100 | 0 | 100010 | 11001 | 10011110 | 1010110 | 101001 |
Color Harmonies of #0FC07F
Complementary color
Monochromatic Colors of #0FC07F
Black with #0FC07F
Text Example
Text Example
White with #0FC07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC07F; }
p { color: rgb(15,192,127); }
H1.HeaderClassName
{
color: #0FC07F;
}
.AnyTagClassName
{
color: #0FC07F;
}
</style>
background-color css
<style>
a { background-color: #0FC07F; }
a { background-color: rgb(15,192,127); }
div.DivClassName
{
background-color: #0FC07F;
}
.BgClassName
{
background-color: #0FC07F;
}
</style>
border-color css
<style>
span { border-color: #0FC07F; }
span { border-color: rgb(15,192,127); }
td.TdClassName
{
border-color: #0FC07F;
}
.TagClassName
{
border-color: #0FC07F;
}
</style>