Shades of Mountain Meadow #0FC18D
Tints of Mountain Meadow #0FC18D
RGB
CMYK
RGB Variations
Color information
#0FC18D (or 0x0FC18D) is known color: Mountain Meadow. HEX triplet: 0F, C1 and 8D. RGB value is (15,193,141). Sum of RGB (Red+Green+Blue) = 15+193+141=349 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.30% from 349); Green value is 193 (75.78% from 255 or 55.30% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC18D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC18D is #F03E72. Grayscale: #858585. Windows color (decimal): -15744627 or 9289999. OLE color: 9289999.
HSL color Cylindrical-coordinate representation of color #0FC18D: hue angle of 162.47º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC18D is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 193 | 141 | - |
| CMYK | 0.92 | 0 | 0.27 | 0.24 |
| HSL | 162.47º | 0.86% | 0.41% | - |
| HSV(B) | 162.47º | 0.92% | 0.76% | - |
| XYZ | 24.07 | 40.16 | 31.68 | - |
| YUV | 133.85 | 132.03 | 43.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 193 | 141 | 0.92 | 0 | 0.27 | 0.24 | 162.47 | 0.86 | 0.41 |
| Hex | F | C1 | 8D | 5C | 0 | 1B | 18 | A2 | 56 | 29 |
| Octal | 17 | 301 | 215 | 134 | 0 | 33 | 30 | 242 | 126 | 51 |
| Binary | 1111 | 11000001 | 10001101 | 1011100 | 0 | 11011 | 11000 | 10100010 | 1010110 | 101001 |
Color Harmonies of #0FC18D
Complementary color
Monochromatic Colors of #0FC18D
Black with #0FC18D
Text Example
Text Example
White with #0FC18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC18D; }
p { color: rgb(15,193,141); }
H1.HeaderClassName
{
color: #0FC18D;
}
.AnyTagClassName
{
color: #0FC18D;
}
</style>
background-color css
<style>
a { background-color: #0FC18D; }
a { background-color: rgb(15,193,141); }
div.DivClassName
{
background-color: #0FC18D;
}
.BgClassName
{
background-color: #0FC18D;
}
</style>
border-color css
<style>
span { border-color: #0FC18D; }
span { border-color: rgb(15,193,141); }
td.TdClassName
{
border-color: #0FC18D;
}
.TagClassName
{
border-color: #0FC18D;
}
</style>