Shades of Mountain Meadow #0FB280
Tints of Mountain Meadow #0FB280
RGB
CMYK
RGB Variations
Color information
#0FB280 (or 0x0FB280) is known color: Mountain Meadow. HEX triplet: 0F, B2 and 80. RGB value is (15,178,128). Sum of RGB (Red+Green+Blue) = 15+178+128=321 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.67% from 321); Green value is 178 (69.92% from 255 or 55.45% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 178 - color contains mainly: green. Hex color #0FB280 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FB280 is #F04D7F. Grayscale: #7B7B7B. Windows color (decimal): -15748480 or 8434191. OLE color: 8434191.
HSL color Cylindrical-coordinate representation of color #0FB280: hue angle of 161.6º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB280 is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 178 | 128 | - |
| CMYK | 0.92 | 0 | 0.28 | 0.30 |
| HSL | 161.6º | 0.84% | 0.38% | - |
| HSV(B) | 161.6º | 0.92% | 0.7% | - |
| XYZ | 20.01 | 33.5 | 25.83 | - |
| YUV | 123.56 | 130.5 | 50.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 178 | 128 | 0.92 | 0 | 0.28 | 0.30 | 161.6 | 0.84 | 0.38 |
| Hex | F | B2 | 80 | 5C | 0 | 1C | 1E | A2 | 54 | 26 |
| Octal | 17 | 262 | 200 | 134 | 0 | 34 | 36 | 242 | 124 | 46 |
| Binary | 1111 | 10110010 | 10000000 | 1011100 | 0 | 11100 | 11110 | 10100010 | 1010100 | 100110 |
Color Harmonies of #0FB280
Complementary color
Monochromatic Colors of #0FB280
Black with #0FB280
Text Example
Text Example
White with #0FB280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB280; }
p { color: rgb(15,178,128); }
H1.HeaderClassName
{
color: #0FB280;
}
.AnyTagClassName
{
color: #0FB280;
}
</style>
background-color css
<style>
a { background-color: #0FB280; }
a { background-color: rgb(15,178,128); }
div.DivClassName
{
background-color: #0FB280;
}
.BgClassName
{
background-color: #0FB280;
}
</style>
border-color css
<style>
span { border-color: #0FB280; }
span { border-color: rgb(15,178,128); }
td.TdClassName
{
border-color: #0FB280;
}
.TagClassName
{
border-color: #0FB280;
}
</style>