Shades of Mountain Meadow #0FCF7F
Tints of Mountain Meadow #0FCF7F
RGB
CMYK
RGB Variations
Color information
#0FCF7F (or 0x0FCF7F) is known color: Mountain Meadow. HEX triplet: 0F, CF and 7F. RGB value is (15,207,127). Sum of RGB (Red+Green+Blue) = 15+207+127=349 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.30% from 349); Green value is 207 (81.25% from 255 or 59.31% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FCF7F is #F03080. Grayscale: #8C8C8C. Windows color (decimal): -15741057 or 8376079. OLE color: 8376079.
HSL color Cylindrical-coordinate representation of color #0FCF7F: hue angle of 155º 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 #0FCF7F is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 127 | - |
| CMYK | 0.93 | 0 | 0.39 | 0.19 |
| HSL | 155º | 0.86% | 0.44% | - |
| HSV(B) | 155º | 0.93% | 0.81% | - |
| XYZ | 26.34 | 46.26 | 27.62 | - |
| YUV | 140.47 | 120.39 | 38.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 127 | 0.93 | 0 | 0.39 | 0.19 | 155 | 0.86 | 0.44 |
| Hex | F | CF | 7F | 5D | 0 | 27 | 13 | 9B | 56 | 2C |
| Octal | 17 | 317 | 177 | 135 | 0 | 47 | 23 | 233 | 126 | 54 |
| Binary | 1111 | 11001111 | 1111111 | 1011101 | 0 | 100111 | 10011 | 10011011 | 1010110 | 101100 |
Color Harmonies of #0FCF7F
Complementary color
Monochromatic Colors of #0FCF7F
Black with #0FCF7F
Text Example
Text Example
White with #0FCF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCF7F; }
p { color: rgb(15,207,127); }
H1.HeaderClassName
{
color: #0FCF7F;
}
.AnyTagClassName
{
color: #0FCF7F;
}
</style>
background-color css
<style>
a { background-color: #0FCF7F; }
a { background-color: rgb(15,207,127); }
div.DivClassName
{
background-color: #0FCF7F;
}
.BgClassName
{
background-color: #0FCF7F;
}
</style>
border-color css
<style>
span { border-color: #0FCF7F; }
span { border-color: rgb(15,207,127); }
td.TdClassName
{
border-color: #0FCF7F;
}
.TagClassName
{
border-color: #0FCF7F;
}
</style>