Shades of Mountain Meadow #0FB28C
Tints of Mountain Meadow #0FB28C
RGB
CMYK
RGB Variations
Color information
#0FB28C (or 0x0FB28C) is known color: Mountain Meadow. HEX triplet: 0F, B2 and 8C. RGB value is (15,178,140). Sum of RGB (Red+Green+Blue) = 15+178+140=333 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.50% from 333); Green value is 178 (69.92% from 255 or 53.45% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 178 - color contains mainly: green. Hex color #0FB28C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FB28C is #F04D73. Grayscale: #7C7C7C. Windows color (decimal): -15748468 or 9220623. OLE color: 9220623.
HSL color Cylindrical-coordinate representation of color #0FB28C: hue angle of 166.01º 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 #0FB28C is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 178 | 140 | - |
| CMYK | 0.92 | 0 | 0.21 | 0.30 |
| HSL | 166.01º | 0.84% | 0.38% | - |
| HSV(B) | 166.01º | 0.92% | 0.7% | - |
| XYZ | 20.85 | 33.84 | 30.24 | - |
| YUV | 124.93 | 136.5 | 49.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 178 | 140 | 0.92 | 0 | 0.21 | 0.30 | 166.01 | 0.84 | 0.38 |
| Hex | F | B2 | 8C | 5C | 0 | 15 | 1E | A6 | 54 | 26 |
| Octal | 17 | 262 | 214 | 134 | 0 | 25 | 36 | 246 | 124 | 46 |
| Binary | 1111 | 10110010 | 10001100 | 1011100 | 0 | 10101 | 11110 | 10100110 | 1010100 | 100110 |
Color Harmonies of #0FB28C
Complementary color
Monochromatic Colors of #0FB28C
Black with #0FB28C
Text Example
Text Example
White with #0FB28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB28C; }
p { color: rgb(15,178,140); }
H1.HeaderClassName
{
color: #0FB28C;
}
.AnyTagClassName
{
color: #0FB28C;
}
</style>
background-color css
<style>
a { background-color: #0FB28C; }
a { background-color: rgb(15,178,140); }
div.DivClassName
{
background-color: #0FB28C;
}
.BgClassName
{
background-color: #0FB28C;
}
</style>
border-color css
<style>
span { border-color: #0FB28C; }
span { border-color: rgb(15,178,140); }
td.TdClassName
{
border-color: #0FB28C;
}
.TagClassName
{
border-color: #0FB28C;
}
</style>