Shades of Mountain Meadow #0FB47D
Tints of Mountain Meadow #0FB47D
RGB
CMYK
RGB Variations
Color information
#0FB47D (or 0x0FB47D) is known color: Mountain Meadow. HEX triplet: 0F, B4 and 7D. RGB value is (15,180,125). Sum of RGB (Red+Green+Blue) = 15+180+125=320 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.69% from 320); Green value is 180 (70.70% from 255 or 56.25% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 180 - color contains mainly: green. Hex color #0FB47D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB47D is #F04B82. Grayscale: #7C7C7C. Windows color (decimal): -15747971 or 8238095. OLE color: 8238095.
HSL color Cylindrical-coordinate representation of color #0FB47D: hue angle of 160º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB47D is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 180 | 125 | - |
| CMYK | 0.92 | 0 | 0.31 | 0.29 |
| HSL | 160º | 0.85% | 0.38% | - |
| HSV(B) | 160º | 0.92% | 0.71% | - |
| XYZ | 20.22 | 34.22 | 24.94 | - |
| YUV | 124.4 | 128.34 | 49.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 180 | 125 | 0.92 | 0 | 0.31 | 0.29 | 160 | 0.85 | 0.38 |
| Hex | F | B4 | 7D | 5C | 0 | 1F | 1D | A0 | 55 | 26 |
| Octal | 17 | 264 | 175 | 134 | 0 | 37 | 35 | 240 | 125 | 46 |
| Binary | 1111 | 10110100 | 1111101 | 1011100 | 0 | 11111 | 11101 | 10100000 | 1010101 | 100110 |
Color Harmonies of #0FB47D
Complementary color
Monochromatic Colors of #0FB47D
Black with #0FB47D
Text Example
Text Example
White with #0FB47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB47D; }
p { color: rgb(15,180,125); }
H1.HeaderClassName
{
color: #0FB47D;
}
.AnyTagClassName
{
color: #0FB47D;
}
</style>
background-color css
<style>
a { background-color: #0FB47D; }
a { background-color: rgb(15,180,125); }
div.DivClassName
{
background-color: #0FB47D;
}
.BgClassName
{
background-color: #0FB47D;
}
</style>
border-color css
<style>
span { border-color: #0FB47D; }
span { border-color: rgb(15,180,125); }
td.TdClassName
{
border-color: #0FB47D;
}
.TagClassName
{
border-color: #0FB47D;
}
</style>