Shades of Mountain Meadow #0FC97A
Tints of Mountain Meadow #0FC97A
RGB
CMYK
RGB Variations
Color information
#0FC97A (or 0x0FC97A) is known color: Mountain Meadow. HEX triplet: 0F, C9 and 7A. RGB value is (15,201,122). Sum of RGB (Red+Green+Blue) = 15+201+122=338 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.44% from 338); Green value is 201 (78.91% from 255 or 59.47% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 201 - color contains mainly: green. Hex color #0FC97A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC97A is #F03685. Grayscale: #888888. Windows color (decimal): -15742598 or 8046863. OLE color: 8046863.
HSL color Cylindrical-coordinate representation of color #0FC97A: hue angle of 154.52º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC97A is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 201 | 122 | - |
| CMYK | 0.93 | 0 | 0.39 | 0.21 |
| HSL | 154.52º | 0.86% | 0.42% | - |
| HSV(B) | 154.52º | 0.93% | 0.79% | - |
| XYZ | 24.6 | 43.28 | 25.47 | - |
| YUV | 136.38 | 119.88 | 41.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 201 | 122 | 0.93 | 0 | 0.39 | 0.21 | 154.52 | 0.86 | 0.42 |
| Hex | F | C9 | 7A | 5D | 0 | 27 | 15 | 9B | 56 | 2A |
| Octal | 17 | 311 | 172 | 135 | 0 | 47 | 25 | 233 | 126 | 52 |
| Binary | 1111 | 11001001 | 1111010 | 1011101 | 0 | 100111 | 10101 | 10011011 | 1010110 | 101010 |
Color Harmonies of #0FC97A
Complementary color
Monochromatic Colors of #0FC97A
Black with #0FC97A
Text Example
Text Example
White with #0FC97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC97A; }
p { color: rgb(15,201,122); }
H1.HeaderClassName
{
color: #0FC97A;
}
.AnyTagClassName
{
color: #0FC97A;
}
</style>
background-color css
<style>
a { background-color: #0FC97A; }
a { background-color: rgb(15,201,122); }
div.DivClassName
{
background-color: #0FC97A;
}
.BgClassName
{
background-color: #0FC97A;
}
</style>
border-color css
<style>
span { border-color: #0FC97A; }
span { border-color: rgb(15,201,122); }
td.TdClassName
{
border-color: #0FC97A;
}
.TagClassName
{
border-color: #0FC97A;
}
</style>