Shades of Mountain Meadow #0FC885
Tints of Mountain Meadow #0FC885
RGB
CMYK
RGB Variations
Color information
#0FC885 (or 0x0FC885) is known color: Mountain Meadow. HEX triplet: 0F, C8 and 85. RGB value is (15,200,133). Sum of RGB (Red+Green+Blue) = 15+200+133=348 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.31% from 348); Green value is 200 (78.52% from 255 or 57.47% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC885 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC885 is #F0377A. Grayscale: #898989. Windows color (decimal): -15742843 or 8767503. OLE color: 8767503.
HSL color Cylindrical-coordinate representation of color #0FC885: hue angle of 158.27º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC885 is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 200 | 133 | - |
| CMYK | 0.92 | 0 | 0.34 | 0.22 |
| HSL | 158.27º | 0.86% | 0.42% | - |
| HSV(B) | 158.27º | 0.93% | 0.78% | - |
| XYZ | 25.08 | 43.1 | 29.19 | - |
| YUV | 137.05 | 125.71 | 40.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 200 | 133 | 0.92 | 0 | 0.34 | 0.22 | 158.27 | 0.86 | 0.42 |
| Hex | F | C8 | 85 | 5C | 0 | 22 | 16 | 9E | 56 | 2A |
| Octal | 17 | 310 | 205 | 134 | 0 | 42 | 26 | 236 | 126 | 52 |
| Binary | 1111 | 11001000 | 10000101 | 1011100 | 0 | 100010 | 10110 | 10011110 | 1010110 | 101010 |
Color Harmonies of #0FC885
Complementary color
Monochromatic Colors of #0FC885
Black with #0FC885
Text Example
Text Example
White with #0FC885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC885; }
p { color: rgb(15,200,133); }
H1.HeaderClassName
{
color: #0FC885;
}
.AnyTagClassName
{
color: #0FC885;
}
</style>
background-color css
<style>
a { background-color: #0FC885; }
a { background-color: rgb(15,200,133); }
div.DivClassName
{
background-color: #0FC885;
}
.BgClassName
{
background-color: #0FC885;
}
</style>
border-color css
<style>
span { border-color: #0FC885; }
span { border-color: rgb(15,200,133); }
td.TdClassName
{
border-color: #0FC885;
}
.TagClassName
{
border-color: #0FC885;
}
</style>