Shades of Mountain Meadow #0FCF7C
Tints of Mountain Meadow #0FCF7C
RGB
CMYK
RGB Variations
Color information
#0FCF7C (or 0x0FCF7C) is known color: Mountain Meadow. HEX triplet: 0F, CF and 7C. RGB value is (15,207,124). Sum of RGB (Red+Green+Blue) = 15+207+124=346 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.34% from 346); Green value is 207 (81.25% from 255 or 59.83% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FCF7C is #F03083. Grayscale: #8C8C8C. Windows color (decimal): -15741060 or 8179471. OLE color: 8179471.
HSL color Cylindrical-coordinate representation of color #0FCF7C: hue angle of 154.06º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCF7C is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 124 | - |
| CMYK | 0.93 | 0 | 0.40 | 0.19 |
| HSL | 154.06º | 0.86% | 0.44% | - |
| HSV(B) | 154.06º | 0.93% | 0.81% | - |
| XYZ | 26.15 | 46.18 | 26.6 | - |
| YUV | 140.13 | 118.89 | 38.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 124 | 0.93 | 0 | 0.40 | 0.19 | 154.06 | 0.86 | 0.44 |
| Hex | F | CF | 7C | 5D | 0 | 28 | 13 | 9A | 56 | 2C |
| Octal | 17 | 317 | 174 | 135 | 0 | 50 | 23 | 232 | 126 | 54 |
| Binary | 1111 | 11001111 | 1111100 | 1011101 | 0 | 101000 | 10011 | 10011010 | 1010110 | 101100 |
Color Harmonies of #0FCF7C
Complementary color
Monochromatic Colors of #0FCF7C
Black with #0FCF7C
Text Example
Text Example
White with #0FCF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCF7C; }
p { color: rgb(15,207,124); }
H1.HeaderClassName
{
color: #0FCF7C;
}
.AnyTagClassName
{
color: #0FCF7C;
}
</style>
background-color css
<style>
a { background-color: #0FCF7C; }
a { background-color: rgb(15,207,124); }
div.DivClassName
{
background-color: #0FCF7C;
}
.BgClassName
{
background-color: #0FCF7C;
}
</style>
border-color css
<style>
span { border-color: #0FCF7C; }
span { border-color: rgb(15,207,124); }
td.TdClassName
{
border-color: #0FCF7C;
}
.TagClassName
{
border-color: #0FCF7C;
}
</style>