Shades of Mountain Meadow #0FCF76
Tints of Mountain Meadow #0FCF76
RGB
CMYK
RGB Variations
Color information
#0FCF76 (or 0x0FCF76) is known color: Mountain Meadow. HEX triplet: 0F, CF and 76. RGB value is (15,207,118). Sum of RGB (Red+Green+Blue) = 15+207+118=340 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.41% from 340); Green value is 207 (81.25% from 255 or 60.88% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FCF76 is #F03089. Grayscale: #8B8B8B. Windows color (decimal): -15741066 or 7786255. OLE color: 7786255.
HSL color Cylindrical-coordinate representation of color #0FCF76: hue angle of 152.19º 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 #0FCF76 is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 118 | - |
| CMYK | 0.93 | 0 | 0.43 | 0.19 |
| HSL | 152.19º | 0.86% | 0.44% | - |
| HSV(B) | 152.19º | 0.93% | 0.81% | - |
| XYZ | 25.78 | 46.04 | 24.67 | - |
| YUV | 139.45 | 115.89 | 39.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 118 | 0.93 | 0 | 0.43 | 0.19 | 152.19 | 0.86 | 0.44 |
| Hex | F | CF | 76 | 5D | 0 | 2B | 13 | 98 | 56 | 2C |
| Octal | 17 | 317 | 166 | 135 | 0 | 53 | 23 | 230 | 126 | 54 |
| Binary | 1111 | 11001111 | 1110110 | 1011101 | 0 | 101011 | 10011 | 10011000 | 1010110 | 101100 |
Color Harmonies of #0FCF76
Complementary color
Monochromatic Colors of #0FCF76
Black with #0FCF76
Text Example
Text Example
White with #0FCF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCF76; }
p { color: rgb(15,207,118); }
H1.HeaderClassName
{
color: #0FCF76;
}
.AnyTagClassName
{
color: #0FCF76;
}
</style>
background-color css
<style>
a { background-color: #0FCF76; }
a { background-color: rgb(15,207,118); }
div.DivClassName
{
background-color: #0FCF76;
}
.BgClassName
{
background-color: #0FCF76;
}
</style>
border-color css
<style>
span { border-color: #0FCF76; }
span { border-color: rgb(15,207,118); }
td.TdClassName
{
border-color: #0FCF76;
}
.TagClassName
{
border-color: #0FCF76;
}
</style>