Shades of Mountain Meadow #0FC577
Tints of Mountain Meadow #0FC577
RGB
CMYK
RGB Variations
Color information
#0FC577 (or 0x0FC577) is known color: Mountain Meadow. HEX triplet: 0F, C5 and 77. RGB value is (15,197,119). Sum of RGB (Red+Green+Blue) = 15+197+119=331 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.53% from 331); Green value is 197 (77.34% from 255 or 59.52% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 197 - color contains mainly: green. Hex color #0FC577 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC577 is #F03A88. Grayscale: #858585. Windows color (decimal): -15743625 or 7849231. OLE color: 7849231.
HSL color Cylindrical-coordinate representation of color #0FC577: hue angle of 154.29º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC577 is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 197 | 119 | - |
| CMYK | 0.92 | 0 | 0.40 | 0.23 |
| HSL | 154.29º | 0.86% | 0.42% | - |
| HSV(B) | 154.29º | 0.92% | 0.77% | - |
| XYZ | 23.49 | 41.37 | 24.2 | - |
| YUV | 133.69 | 119.7 | 43.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 197 | 119 | 0.92 | 0 | 0.40 | 0.23 | 154.29 | 0.86 | 0.42 |
| Hex | F | C5 | 77 | 5C | 0 | 28 | 17 | 9A | 56 | 2A |
| Octal | 17 | 305 | 167 | 134 | 0 | 50 | 27 | 232 | 126 | 52 |
| Binary | 1111 | 11000101 | 1110111 | 1011100 | 0 | 101000 | 10111 | 10011010 | 1010110 | 101010 |
Color Harmonies of #0FC577
Complementary color
Monochromatic Colors of #0FC577
Black with #0FC577
Text Example
Text Example
White with #0FC577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC577; }
p { color: rgb(15,197,119); }
H1.HeaderClassName
{
color: #0FC577;
}
.AnyTagClassName
{
color: #0FC577;
}
</style>
background-color css
<style>
a { background-color: #0FC577; }
a { background-color: rgb(15,197,119); }
div.DivClassName
{
background-color: #0FC577;
}
.BgClassName
{
background-color: #0FC577;
}
</style>
border-color css
<style>
span { border-color: #0FC577; }
span { border-color: rgb(15,197,119); }
td.TdClassName
{
border-color: #0FC577;
}
.TagClassName
{
border-color: #0FC577;
}
</style>