Shades of Mountain Meadow #0FCF80
Tints of Mountain Meadow #0FCF80
RGB
CMYK
RGB Variations
Color information
#0FCF80 (or 0x0FCF80) is known color: Mountain Meadow. HEX triplet: 0F, CF and 80. RGB value is (15,207,128). Sum of RGB (Red+Green+Blue) = 15+207+128=350 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.29% from 350); Green value is 207 (81.25% from 255 or 59.14% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCF80 is #F0307F. Grayscale: #8C8C8C. Windows color (decimal): -15741056 or 8441615. OLE color: 8441615.
HSL color Cylindrical-coordinate representation of color #0FCF80: hue angle of 155.31º 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 #0FCF80 is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 128 | - |
| CMYK | 0.93 | 0 | 0.38 | 0.19 |
| HSL | 155.31º | 0.86% | 0.44% | - |
| HSV(B) | 155.31º | 0.93% | 0.81% | - |
| XYZ | 26.41 | 46.29 | 27.96 | - |
| YUV | 140.59 | 120.89 | 38.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 128 | 0.93 | 0 | 0.38 | 0.19 | 155.31 | 0.86 | 0.44 |
| Hex | F | CF | 80 | 5D | 0 | 26 | 13 | 9B | 56 | 2C |
| Octal | 17 | 317 | 200 | 135 | 0 | 46 | 23 | 233 | 126 | 54 |
| Binary | 1111 | 11001111 | 10000000 | 1011101 | 0 | 100110 | 10011 | 10011011 | 1010110 | 101100 |
Color Harmonies of #0FCF80
Complementary color
Monochromatic Colors of #0FCF80
Black with #0FCF80
Text Example
Text Example
White with #0FCF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCF80; }
p { color: rgb(15,207,128); }
H1.HeaderClassName
{
color: #0FCF80;
}
.AnyTagClassName
{
color: #0FCF80;
}
</style>
background-color css
<style>
a { background-color: #0FCF80; }
a { background-color: rgb(15,207,128); }
div.DivClassName
{
background-color: #0FCF80;
}
.BgClassName
{
background-color: #0FCF80;
}
</style>
border-color css
<style>
span { border-color: #0FCF80; }
span { border-color: rgb(15,207,128); }
td.TdClassName
{
border-color: #0FCF80;
}
.TagClassName
{
border-color: #0FCF80;
}
</style>