Shades of Mountain Meadow #0FCF78
Tints of Mountain Meadow #0FCF78
RGB
CMYK
RGB Variations
Color information
#0FCF78 (or 0x0FCF78) is known color: Mountain Meadow. HEX triplet: 0F, CF and 78. RGB value is (15,207,120). Sum of RGB (Red+Green+Blue) = 15+207+120=342 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.39% from 342); Green value is 207 (81.25% from 255 or 60.53% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF78 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FCF78 is #F03087. Grayscale: #8B8B8B. Windows color (decimal): -15741064 or 7917327. OLE color: 7917327.
HSL color Cylindrical-coordinate representation of color #0FCF78: hue angle of 152.81º 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 #0FCF78 is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 120 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.19 |
| HSL | 152.81º | 0.86% | 0.44% | - |
| HSV(B) | 152.81º | 0.93% | 0.81% | - |
| XYZ | 25.9 | 46.08 | 25.3 | - |
| YUV | 139.67 | 116.89 | 39.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 120 | 0.93 | 0 | 0.42 | 0.19 | 152.81 | 0.86 | 0.44 |
| Hex | F | CF | 78 | 5D | 0 | 2A | 13 | 99 | 56 | 2C |
| Octal | 17 | 317 | 170 | 135 | 0 | 52 | 23 | 231 | 126 | 54 |
| Binary | 1111 | 11001111 | 1111000 | 1011101 | 0 | 101010 | 10011 | 10011001 | 1010110 | 101100 |
Color Harmonies of #0FCF78
Complementary color
Monochromatic Colors of #0FCF78
Black with #0FCF78
Text Example
Text Example
White with #0FCF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCF78; }
p { color: rgb(15,207,120); }
H1.HeaderClassName
{
color: #0FCF78;
}
.AnyTagClassName
{
color: #0FCF78;
}
</style>
background-color css
<style>
a { background-color: #0FCF78; }
a { background-color: rgb(15,207,120); }
div.DivClassName
{
background-color: #0FCF78;
}
.BgClassName
{
background-color: #0FCF78;
}
</style>
border-color css
<style>
span { border-color: #0FCF78; }
span { border-color: rgb(15,207,120); }
td.TdClassName
{
border-color: #0FCF78;
}
.TagClassName
{
border-color: #0FCF78;
}
</style>