Shades of Mountain Meadow #0FC28B
Tints of Mountain Meadow #0FC28B
RGB
CMYK
RGB Variations
Color information
#0FC28B (or 0x0FC28B) is known color: Mountain Meadow. HEX triplet: 0F, C2 and 8B. RGB value is (15,194,139). Sum of RGB (Red+Green+Blue) = 15+194+139=348 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.31% from 348); Green value is 194 (76.17% from 255 or 55.75% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 194 - color contains mainly: green. Hex color #0FC28B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC28B is #F03D74. Grayscale: #868686. Windows color (decimal): -15744373 or 9159183. OLE color: 9159183.
HSL color Cylindrical-coordinate representation of color #0FC28B: hue angle of 161.56º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC28B is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 194 | 139 | - |
| CMYK | 0.92 | 0 | 0.28 | 0.24 |
| HSL | 161.56º | 0.86% | 0.41% | - |
| HSV(B) | 161.56º | 0.92% | 0.76% | - |
| XYZ | 24.15 | 40.55 | 30.98 | - |
| YUV | 134.21 | 130.7 | 42.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 194 | 139 | 0.92 | 0 | 0.28 | 0.24 | 161.56 | 0.86 | 0.41 |
| Hex | F | C2 | 8B | 5C | 0 | 1C | 18 | A2 | 56 | 29 |
| Octal | 17 | 302 | 213 | 134 | 0 | 34 | 30 | 242 | 126 | 51 |
| Binary | 1111 | 11000010 | 10001011 | 1011100 | 0 | 11100 | 11000 | 10100010 | 1010110 | 101001 |
Color Harmonies of #0FC28B
Complementary color
Monochromatic Colors of #0FC28B
Black with #0FC28B
Text Example
Text Example
White with #0FC28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC28B; }
p { color: rgb(15,194,139); }
H1.HeaderClassName
{
color: #0FC28B;
}
.AnyTagClassName
{
color: #0FC28B;
}
</style>
background-color css
<style>
a { background-color: #0FC28B; }
a { background-color: rgb(15,194,139); }
div.DivClassName
{
background-color: #0FC28B;
}
.BgClassName
{
background-color: #0FC28B;
}
</style>
border-color css
<style>
span { border-color: #0FC28B; }
span { border-color: rgb(15,194,139); }
td.TdClassName
{
border-color: #0FC28B;
}
.TagClassName
{
border-color: #0FC28B;
}
</style>