Shades of Mountain Meadow #0FC08D
Tints of Mountain Meadow #0FC08D
RGB
CMYK
RGB Variations
Color information
#0FC08D (or 0x0FC08D) is known color: Mountain Meadow. HEX triplet: 0F, C0 and 8D. RGB value is (15,192,141). Sum of RGB (Red+Green+Blue) = 15+192+141=348 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.31% from 348); Green value is 192 (75.39% from 255 or 55.17% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC08D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC08D is #F03F72. Grayscale: #858585. Windows color (decimal): -15744883 or 9289743. OLE color: 9289743.
HSL color Cylindrical-coordinate representation of color #0FC08D: hue angle of 162.71º 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 #0FC08D is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 192 | 141 | - |
| CMYK | 0.92 | 0 | 0.27 | 0.25 |
| HSL | 162.71º | 0.86% | 0.41% | - |
| HSV(B) | 162.71º | 0.92% | 0.75% | - |
| XYZ | 23.85 | 39.72 | 31.61 | - |
| YUV | 133.26 | 132.36 | 43.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 192 | 141 | 0.92 | 0 | 0.27 | 0.25 | 162.71 | 0.86 | 0.41 |
| Hex | F | C0 | 8D | 5C | 0 | 1B | 19 | A3 | 56 | 29 |
| Octal | 17 | 300 | 215 | 134 | 0 | 33 | 31 | 243 | 126 | 51 |
| Binary | 1111 | 11000000 | 10001101 | 1011100 | 0 | 11011 | 11001 | 10100011 | 1010110 | 101001 |
Color Harmonies of #0FC08D
Complementary color
Monochromatic Colors of #0FC08D
Black with #0FC08D
Text Example
Text Example
White with #0FC08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC08D; }
p { color: rgb(15,192,141); }
H1.HeaderClassName
{
color: #0FC08D;
}
.AnyTagClassName
{
color: #0FC08D;
}
</style>
background-color css
<style>
a { background-color: #0FC08D; }
a { background-color: rgb(15,192,141); }
div.DivClassName
{
background-color: #0FC08D;
}
.BgClassName
{
background-color: #0FC08D;
}
</style>
border-color css
<style>
span { border-color: #0FC08D; }
span { border-color: rgb(15,192,141); }
td.TdClassName
{
border-color: #0FC08D;
}
.TagClassName
{
border-color: #0FC08D;
}
</style>