Shades of Mountain Meadow #0FC585
Tints of Mountain Meadow #0FC585
RGB
CMYK
RGB Variations
Color information
#0FC585 (or 0x0FC585) is known color: Mountain Meadow. HEX triplet: 0F, C5 and 85. RGB value is (15,197,133). Sum of RGB (Red+Green+Blue) = 15+197+133=345 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.35% from 345); Green value is 197 (77.34% from 255 or 57.10% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 197 - color contains mainly: green. Hex color #0FC585 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC585 is #F03A7A. Grayscale: #878787. Windows color (decimal): -15743611 or 8766735. OLE color: 8766735.
HSL color Cylindrical-coordinate representation of color #0FC585: hue angle of 158.9º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC585 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 197 | 133 | - |
| CMYK | 0.92 | 0 | 0.32 | 0.23 |
| HSL | 158.9º | 0.86% | 0.42% | - |
| HSV(B) | 158.9º | 0.92% | 0.77% | - |
| XYZ | 24.4 | 41.73 | 28.96 | - |
| YUV | 135.29 | 126.7 | 42.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 197 | 133 | 0.92 | 0 | 0.32 | 0.23 | 158.9 | 0.86 | 0.42 |
| Hex | F | C5 | 85 | 5C | 0 | 20 | 17 | 9F | 56 | 2A |
| Octal | 17 | 305 | 205 | 134 | 0 | 40 | 27 | 237 | 126 | 52 |
| Binary | 1111 | 11000101 | 10000101 | 1011100 | 0 | 100000 | 10111 | 10011111 | 1010110 | 101010 |
Color Harmonies of #0FC585
Complementary color
Monochromatic Colors of #0FC585
Black with #0FC585
Text Example
Text Example
White with #0FC585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC585; }
p { color: rgb(15,197,133); }
H1.HeaderClassName
{
color: #0FC585;
}
.AnyTagClassName
{
color: #0FC585;
}
</style>
background-color css
<style>
a { background-color: #0FC585; }
a { background-color: rgb(15,197,133); }
div.DivClassName
{
background-color: #0FC585;
}
.BgClassName
{
background-color: #0FC585;
}
</style>
border-color css
<style>
span { border-color: #0FC585; }
span { border-color: rgb(15,197,133); }
td.TdClassName
{
border-color: #0FC585;
}
.TagClassName
{
border-color: #0FC585;
}
</style>