Shades of Mountain Meadow #0FB282
Tints of Mountain Meadow #0FB282
RGB
CMYK
RGB Variations
Color information
#0FB282 (or 0x0FB282) is known color: Mountain Meadow. HEX triplet: 0F, B2 and 82. RGB value is (15,178,130). Sum of RGB (Red+Green+Blue) = 15+178+130=323 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.64% from 323); Green value is 178 (69.92% from 255 or 55.11% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 178 - color contains mainly: green. Hex color #0FB282 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FB282 is #F04D7D. Grayscale: #7B7B7B. Windows color (decimal): -15748478 or 8565263. OLE color: 8565263.
HSL color Cylindrical-coordinate representation of color #0FB282: hue angle of 162.33º 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 #0FB282 is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 178 | 130 | - |
| CMYK | 0.92 | 0 | 0.27 | 0.30 |
| HSL | 162.33º | 0.84% | 0.38% | - |
| HSV(B) | 162.33º | 0.92% | 0.7% | - |
| XYZ | 20.15 | 33.55 | 26.53 | - |
| YUV | 123.79 | 131.5 | 50.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 178 | 130 | 0.92 | 0 | 0.27 | 0.30 | 162.33 | 0.84 | 0.38 |
| Hex | F | B2 | 82 | 5C | 0 | 1B | 1E | A2 | 54 | 26 |
| Octal | 17 | 262 | 202 | 134 | 0 | 33 | 36 | 242 | 124 | 46 |
| Binary | 1111 | 10110010 | 10000010 | 1011100 | 0 | 11011 | 11110 | 10100010 | 1010100 | 100110 |
Color Harmonies of #0FB282
Complementary color
Monochromatic Colors of #0FB282
Black with #0FB282
Text Example
Text Example
White with #0FB282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB282; }
p { color: rgb(15,178,130); }
H1.HeaderClassName
{
color: #0FB282;
}
.AnyTagClassName
{
color: #0FB282;
}
</style>
background-color css
<style>
a { background-color: #0FB282; }
a { background-color: rgb(15,178,130); }
div.DivClassName
{
background-color: #0FB282;
}
.BgClassName
{
background-color: #0FB282;
}
</style>
border-color css
<style>
span { border-color: #0FB282; }
span { border-color: rgb(15,178,130); }
td.TdClassName
{
border-color: #0FB282;
}
.TagClassName
{
border-color: #0FB282;
}
</style>