Shades of Mountain Meadow #0FC084
Tints of Mountain Meadow #0FC084
RGB
CMYK
RGB Variations
Color information
#0FC084 (or 0x0FC084) is known color: Mountain Meadow. HEX triplet: 0F, C0 and 84. RGB value is (15,192,132). Sum of RGB (Red+Green+Blue) = 15+192+132=339 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.42% from 339); Green value is 192 (75.39% from 255 or 56.64% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC084 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC084 is #F03F7B. Grayscale: #848484. Windows color (decimal): -15744892 or 8699919. OLE color: 8699919.
HSL color Cylindrical-coordinate representation of color #0FC084: hue angle of 159.66º 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 #0FC084 is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 192 | 132 | - |
| CMYK | 0.92 | 0 | 0.31 | 0.25 |
| HSL | 159.66º | 0.86% | 0.41% | - |
| HSV(B) | 159.66º | 0.92% | 0.75% | - |
| XYZ | 23.21 | 39.47 | 28.22 | - |
| YUV | 132.24 | 127.86 | 44.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 192 | 132 | 0.92 | 0 | 0.31 | 0.25 | 159.66 | 0.86 | 0.41 |
| Hex | F | C0 | 84 | 5C | 0 | 1F | 19 | A0 | 56 | 29 |
| Octal | 17 | 300 | 204 | 134 | 0 | 37 | 31 | 240 | 126 | 51 |
| Binary | 1111 | 11000000 | 10000100 | 1011100 | 0 | 11111 | 11001 | 10100000 | 1010110 | 101001 |
Color Harmonies of #0FC084
Complementary color
Monochromatic Colors of #0FC084
Black with #0FC084
Text Example
Text Example
White with #0FC084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC084; }
p { color: rgb(15,192,132); }
H1.HeaderClassName
{
color: #0FC084;
}
.AnyTagClassName
{
color: #0FC084;
}
</style>
background-color css
<style>
a { background-color: #0FC084; }
a { background-color: rgb(15,192,132); }
div.DivClassName
{
background-color: #0FC084;
}
.BgClassName
{
background-color: #0FC084;
}
</style>
border-color css
<style>
span { border-color: #0FC084; }
span { border-color: rgb(15,192,132); }
td.TdClassName
{
border-color: #0FC084;
}
.TagClassName
{
border-color: #0FC084;
}
</style>