Shades of Mountain Meadow #0FC07C
Tints of Mountain Meadow #0FC07C
RGB
CMYK
RGB Variations
Color information
#0FC07C (or 0x0FC07C) is known color: Mountain Meadow. HEX triplet: 0F, C0 and 7C. RGB value is (15,192,124). Sum of RGB (Red+Green+Blue) = 15+192+124=331 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.53% from 331); Green value is 192 (75.39% from 255 or 58.01% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC07C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC07C is #F03F83. Grayscale: #838383. Windows color (decimal): -15744900 or 8175631. OLE color: 8175631.
HSL color Cylindrical-coordinate representation of color #0FC07C: hue angle of 156.95º 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 #0FC07C is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 192 | 124 | - |
| CMYK | 0.92 | 0 | 0.35 | 0.25 |
| HSL | 156.95º | 0.86% | 0.41% | - |
| HSV(B) | 156.95º | 0.92% | 0.75% | - |
| XYZ | 22.68 | 39.26 | 25.45 | - |
| YUV | 131.33 | 123.86 | 45.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 192 | 124 | 0.92 | 0 | 0.35 | 0.25 | 156.95 | 0.86 | 0.41 |
| Hex | F | C0 | 7C | 5C | 0 | 23 | 19 | 9D | 56 | 29 |
| Octal | 17 | 300 | 174 | 134 | 0 | 43 | 31 | 235 | 126 | 51 |
| Binary | 1111 | 11000000 | 1111100 | 1011100 | 0 | 100011 | 11001 | 10011101 | 1010110 | 101001 |
Color Harmonies of #0FC07C
Complementary color
Monochromatic Colors of #0FC07C
Black with #0FC07C
Text Example
Text Example
White with #0FC07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC07C; }
p { color: rgb(15,192,124); }
H1.HeaderClassName
{
color: #0FC07C;
}
.AnyTagClassName
{
color: #0FC07C;
}
</style>
background-color css
<style>
a { background-color: #0FC07C; }
a { background-color: rgb(15,192,124); }
div.DivClassName
{
background-color: #0FC07C;
}
.BgClassName
{
background-color: #0FC07C;
}
</style>
border-color css
<style>
span { border-color: #0FC07C; }
span { border-color: rgb(15,192,124); }
td.TdClassName
{
border-color: #0FC07C;
}
.TagClassName
{
border-color: #0FC07C;
}
</style>