Shades of Mountain Meadow #0FC184
Tints of Mountain Meadow #0FC184
RGB
CMYK
RGB Variations
Color information
#0FC184 (or 0x0FC184) is known color: Mountain Meadow. HEX triplet: 0F, C1 and 84. RGB value is (15,193,132). Sum of RGB (Red+Green+Blue) = 15+193+132=340 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.41% from 340); Green value is 193 (75.78% from 255 or 56.76% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC184 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC184 is #F03E7B. Grayscale: #848484. Windows color (decimal): -15744636 or 8700175. OLE color: 8700175.
HSL color Cylindrical-coordinate representation of color #0FC184: hue angle of 159.44º 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 #0FC184 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 193 | 132 | - |
| CMYK | 0.92 | 0 | 0.32 | 0.24 |
| HSL | 159.44º | 0.86% | 0.41% | - |
| HSV(B) | 159.44º | 0.92% | 0.76% | - |
| XYZ | 23.43 | 39.91 | 28.3 | - |
| YUV | 132.82 | 127.53 | 43.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 193 | 132 | 0.92 | 0 | 0.32 | 0.24 | 159.44 | 0.86 | 0.41 |
| Hex | F | C1 | 84 | 5C | 0 | 20 | 18 | 9F | 56 | 29 |
| Octal | 17 | 301 | 204 | 134 | 0 | 40 | 30 | 237 | 126 | 51 |
| Binary | 1111 | 11000001 | 10000100 | 1011100 | 0 | 100000 | 11000 | 10011111 | 1010110 | 101001 |
Color Harmonies of #0FC184
Complementary color
Monochromatic Colors of #0FC184
Black with #0FC184
Text Example
Text Example
White with #0FC184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC184; }
p { color: rgb(15,193,132); }
H1.HeaderClassName
{
color: #0FC184;
}
.AnyTagClassName
{
color: #0FC184;
}
</style>
background-color css
<style>
a { background-color: #0FC184; }
a { background-color: rgb(15,193,132); }
div.DivClassName
{
background-color: #0FC184;
}
.BgClassName
{
background-color: #0FC184;
}
</style>
border-color css
<style>
span { border-color: #0FC184; }
span { border-color: rgb(15,193,132); }
td.TdClassName
{
border-color: #0FC184;
}
.TagClassName
{
border-color: #0FC184;
}
</style>