Shades of Mountain Meadow #0FC180
Tints of Mountain Meadow #0FC180
RGB
CMYK
RGB Variations
Color information
#0FC180 (or 0x0FC180) is known color: Mountain Meadow. HEX triplet: 0F, C1 and 80. RGB value is (15,193,128). Sum of RGB (Red+Green+Blue) = 15+193+128=336 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.46% from 336); Green value is 193 (75.78% from 255 or 57.44% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC180 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC180 is #F03E7F. Grayscale: #848484. Windows color (decimal): -15744640 or 8438031. OLE color: 8438031.
HSL color Cylindrical-coordinate representation of color #0FC180: hue angle of 158.09º 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 #0FC180 is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 193 | 128 | - |
| CMYK | 0.92 | 0 | 0.34 | 0.24 |
| HSL | 158.09º | 0.86% | 0.41% | - |
| HSV(B) | 158.09º | 0.92% | 0.76% | - |
| XYZ | 23.16 | 39.8 | 26.88 | - |
| YUV | 132.37 | 125.53 | 44.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 193 | 128 | 0.92 | 0 | 0.34 | 0.24 | 158.09 | 0.86 | 0.41 |
| Hex | F | C1 | 80 | 5C | 0 | 22 | 18 | 9E | 56 | 29 |
| Octal | 17 | 301 | 200 | 134 | 0 | 42 | 30 | 236 | 126 | 51 |
| Binary | 1111 | 11000001 | 10000000 | 1011100 | 0 | 100010 | 11000 | 10011110 | 1010110 | 101001 |
Color Harmonies of #0FC180
Complementary color
Monochromatic Colors of #0FC180
Black with #0FC180
Text Example
Text Example
White with #0FC180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC180; }
p { color: rgb(15,193,128); }
H1.HeaderClassName
{
color: #0FC180;
}
.AnyTagClassName
{
color: #0FC180;
}
</style>
background-color css
<style>
a { background-color: #0FC180; }
a { background-color: rgb(15,193,128); }
div.DivClassName
{
background-color: #0FC180;
}
.BgClassName
{
background-color: #0FC180;
}
</style>
border-color css
<style>
span { border-color: #0FC180; }
span { border-color: rgb(15,193,128); }
td.TdClassName
{
border-color: #0FC180;
}
.TagClassName
{
border-color: #0FC180;
}
</style>