Shades of Mountain Meadow #0FC785
Tints of Mountain Meadow #0FC785
RGB
CMYK
RGB Variations
Color information
#0FC785 (or 0x0FC785) is known color: Mountain Meadow. HEX triplet: 0F, C7 and 85. RGB value is (15,199,133). Sum of RGB (Red+Green+Blue) = 15+199+133=347 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.32% from 347); Green value is 199 (78.12% from 255 or 57.35% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 199 - color contains mainly: green. Hex color #0FC785 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC785 is #F0387A. Grayscale: #888888. Windows color (decimal): -15743099 or 8767247. OLE color: 8767247.
HSL color Cylindrical-coordinate representation of color #0FC785: hue angle of 158.48º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC785 is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 199 | 133 | - |
| CMYK | 0.92 | 0 | 0.33 | 0.22 |
| HSL | 158.48º | 0.86% | 0.42% | - |
| HSV(B) | 158.48º | 0.92% | 0.78% | - |
| XYZ | 24.85 | 42.64 | 29.11 | - |
| YUV | 136.46 | 126.04 | 41.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 199 | 133 | 0.92 | 0 | 0.33 | 0.22 | 158.48 | 0.86 | 0.42 |
| Hex | F | C7 | 85 | 5C | 0 | 21 | 16 | 9E | 56 | 2A |
| Octal | 17 | 307 | 205 | 134 | 0 | 41 | 26 | 236 | 126 | 52 |
| Binary | 1111 | 11000111 | 10000101 | 1011100 | 0 | 100001 | 10110 | 10011110 | 1010110 | 101010 |
Color Harmonies of #0FC785
Complementary color
Monochromatic Colors of #0FC785
Black with #0FC785
Text Example
Text Example
White with #0FC785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC785; }
p { color: rgb(15,199,133); }
H1.HeaderClassName
{
color: #0FC785;
}
.AnyTagClassName
{
color: #0FC785;
}
</style>
background-color css
<style>
a { background-color: #0FC785; }
a { background-color: rgb(15,199,133); }
div.DivClassName
{
background-color: #0FC785;
}
.BgClassName
{
background-color: #0FC785;
}
</style>
border-color css
<style>
span { border-color: #0FC785; }
span { border-color: rgb(15,199,133); }
td.TdClassName
{
border-color: #0FC785;
}
.TagClassName
{
border-color: #0FC785;
}
</style>