Shades of Mountain Meadow #0FC973
Tints of Mountain Meadow #0FC973
RGB
CMYK
RGB Variations
Color information
#0FC973 (or 0x0FC973) is known color: Mountain Meadow. HEX triplet: 0F, C9 and 73. RGB value is (15,201,115). Sum of RGB (Red+Green+Blue) = 15+201+115=331 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.53% from 331); Green value is 201 (78.91% from 255 or 60.73% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 201 - color contains mainly: green. Hex color #0FC973 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC973 is #F0368C. Grayscale: #878787. Windows color (decimal): -15742605 or 7588111. OLE color: 7588111.
HSL color Cylindrical-coordinate representation of color #0FC973: hue angle of 152.26º 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 #0FC973 is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 201 | 115 | - |
| CMYK | 0.93 | 0 | 0.43 | 0.21 |
| HSL | 152.26º | 0.86% | 0.42% | - |
| HSV(B) | 152.26º | 0.93% | 0.79% | - |
| XYZ | 24.18 | 43.11 | 23.27 | - |
| YUV | 135.58 | 116.38 | 41.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 201 | 115 | 0.93 | 0 | 0.43 | 0.21 | 152.26 | 0.86 | 0.42 |
| Hex | F | C9 | 73 | 5D | 0 | 2B | 15 | 98 | 56 | 2A |
| Octal | 17 | 311 | 163 | 135 | 0 | 53 | 25 | 230 | 126 | 52 |
| Binary | 1111 | 11001001 | 1110011 | 1011101 | 0 | 101011 | 10101 | 10011000 | 1010110 | 101010 |
Color Harmonies of #0FC973
Complementary color
Monochromatic Colors of #0FC973
Black with #0FC973
Text Example
Text Example
White with #0FC973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC973; }
p { color: rgb(15,201,115); }
H1.HeaderClassName
{
color: #0FC973;
}
.AnyTagClassName
{
color: #0FC973;
}
</style>
background-color css
<style>
a { background-color: #0FC973; }
a { background-color: rgb(15,201,115); }
div.DivClassName
{
background-color: #0FC973;
}
.BgClassName
{
background-color: #0FC973;
}
</style>
border-color css
<style>
span { border-color: #0FC973; }
span { border-color: rgb(15,201,115); }
td.TdClassName
{
border-color: #0FC973;
}
.TagClassName
{
border-color: #0FC973;
}
</style>