Shades of Mountain Meadow #0FC675
Tints of Mountain Meadow #0FC675
RGB
CMYK
RGB Variations
Color information
#0FC675 (or 0x0FC675) is known color: Mountain Meadow. HEX triplet: 0F, C6 and 75. RGB value is (15,198,117). Sum of RGB (Red+Green+Blue) = 15+198+117=330 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.55% from 330); Green value is 198 (77.73% from 255 or 60% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 198 - color contains mainly: green. Hex color #0FC675 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC675 is #F0398A. Grayscale: #868686. Windows color (decimal): -15743371 or 7718415. OLE color: 7718415.
HSL color Cylindrical-coordinate representation of color #0FC675: hue angle of 153.44º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC675 is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 198 | 117 | - |
| CMYK | 0.92 | 0 | 0.41 | 0.22 |
| HSL | 153.44º | 0.86% | 0.42% | - |
| HSV(B) | 153.44º | 0.92% | 0.78% | - |
| XYZ | 23.6 | 41.77 | 23.65 | - |
| YUV | 134.05 | 118.37 | 43.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 198 | 117 | 0.92 | 0 | 0.41 | 0.22 | 153.44 | 0.86 | 0.42 |
| Hex | F | C6 | 75 | 5C | 0 | 29 | 16 | 99 | 56 | 2A |
| Octal | 17 | 306 | 165 | 134 | 0 | 51 | 26 | 231 | 126 | 52 |
| Binary | 1111 | 11000110 | 1110101 | 1011100 | 0 | 101001 | 10110 | 10011001 | 1010110 | 101010 |
Color Harmonies of #0FC675
Complementary color
Monochromatic Colors of #0FC675
Black with #0FC675
Text Example
Text Example
White with #0FC675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC675; }
p { color: rgb(15,198,117); }
H1.HeaderClassName
{
color: #0FC675;
}
.AnyTagClassName
{
color: #0FC675;
}
</style>
background-color css
<style>
a { background-color: #0FC675; }
a { background-color: rgb(15,198,117); }
div.DivClassName
{
background-color: #0FC675;
}
.BgClassName
{
background-color: #0FC675;
}
</style>
border-color css
<style>
span { border-color: #0FC675; }
span { border-color: rgb(15,198,117); }
td.TdClassName
{
border-color: #0FC675;
}
.TagClassName
{
border-color: #0FC675;
}
</style>