Shades of Mountain Meadow #0FC08B
Tints of Mountain Meadow #0FC08B
RGB
CMYK
RGB Variations
Color information
#0FC08B (or 0x0FC08B) is known color: Mountain Meadow. HEX triplet: 0F, C0 and 8B. RGB value is (15,192,139). Sum of RGB (Red+Green+Blue) = 15+192+139=346 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.34% from 346); Green value is 192 (75.39% from 255 or 55.49% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC08B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC08B is #F03F74. Grayscale: #858585. Windows color (decimal): -15744885 or 9158671. OLE color: 9158671.
HSL color Cylindrical-coordinate representation of color #0FC08B: hue angle of 162.03º 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 #0FC08B is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 192 | 139 | - |
| CMYK | 0.92 | 0 | 0.28 | 0.25 |
| HSL | 162.03º | 0.86% | 0.41% | - |
| HSV(B) | 162.03º | 0.92% | 0.75% | - |
| XYZ | 23.71 | 39.66 | 30.83 | - |
| YUV | 133.04 | 131.36 | 43.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 192 | 139 | 0.92 | 0 | 0.28 | 0.25 | 162.03 | 0.86 | 0.41 |
| Hex | F | C0 | 8B | 5C | 0 | 1C | 19 | A2 | 56 | 29 |
| Octal | 17 | 300 | 213 | 134 | 0 | 34 | 31 | 242 | 126 | 51 |
| Binary | 1111 | 11000000 | 10001011 | 1011100 | 0 | 11100 | 11001 | 10100010 | 1010110 | 101001 |
Color Harmonies of #0FC08B
Complementary color
Monochromatic Colors of #0FC08B
Black with #0FC08B
Text Example
Text Example
White with #0FC08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC08B; }
p { color: rgb(15,192,139); }
H1.HeaderClassName
{
color: #0FC08B;
}
.AnyTagClassName
{
color: #0FC08B;
}
</style>
background-color css
<style>
a { background-color: #0FC08B; }
a { background-color: rgb(15,192,139); }
div.DivClassName
{
background-color: #0FC08B;
}
.BgClassName
{
background-color: #0FC08B;
}
</style>
border-color css
<style>
span { border-color: #0FC08B; }
span { border-color: rgb(15,192,139); }
td.TdClassName
{
border-color: #0FC08B;
}
.TagClassName
{
border-color: #0FC08B;
}
</style>