Shades of Mountain Meadow #0FB07D
Tints of Mountain Meadow #0FB07D
RGB
CMYK
RGB Variations
Color information
#0FB07D (or 0x0FB07D) is known color: Mountain Meadow. HEX triplet: 0F, B0 and 7D. RGB value is (15,176,125). Sum of RGB (Red+Green+Blue) = 15+176+125=316 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.75% from 316); Green value is 176 (69.14% from 255 or 55.70% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB07D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FB07D is #F04F82. Grayscale: #7A7A7A. Windows color (decimal): -15748995 or 8237071. OLE color: 8237071.
HSL color Cylindrical-coordinate representation of color #0FB07D: hue angle of 160.99º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FB07D is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 176 | 125 | - |
| CMYK | 0.91 | 0 | 0.29 | 0.31 |
| HSL | 160.99º | 0.84% | 0.37% | - |
| HSV(B) | 160.99º | 0.91% | 0.69% | - |
| XYZ | 19.42 | 32.63 | 24.68 | - |
| YUV | 122.05 | 129.66 | 51.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 176 | 125 | 0.91 | 0 | 0.29 | 0.31 | 160.99 | 0.84 | 0.37 |
| Hex | F | B0 | 7D | 5B | 0 | 1D | 1F | A1 | 54 | 25 |
| Octal | 17 | 260 | 175 | 133 | 0 | 35 | 37 | 241 | 124 | 45 |
| Binary | 1111 | 10110000 | 1111101 | 1011011 | 0 | 11101 | 11111 | 10100001 | 1010100 | 100101 |
Color Harmonies of #0FB07D
Complementary color
Monochromatic Colors of #0FB07D
Black with #0FB07D
Text Example
Text Example
White with #0FB07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB07D; }
p { color: rgb(15,176,125); }
H1.HeaderClassName
{
color: #0FB07D;
}
.AnyTagClassName
{
color: #0FB07D;
}
</style>
background-color css
<style>
a { background-color: #0FB07D; }
a { background-color: rgb(15,176,125); }
div.DivClassName
{
background-color: #0FB07D;
}
.BgClassName
{
background-color: #0FB07D;
}
</style>
border-color css
<style>
span { border-color: #0FB07D; }
span { border-color: rgb(15,176,125); }
td.TdClassName
{
border-color: #0FB07D;
}
.TagClassName
{
border-color: #0FB07D;
}
</style>