Shades of Mountain Meadow #0FC782
Tints of Mountain Meadow #0FC782
RGB
CMYK
RGB Variations
Color information
#0FC782 (or 0x0FC782) is known color: Mountain Meadow. HEX triplet: 0F, C7 and 82. RGB value is (15,199,130). Sum of RGB (Red+Green+Blue) = 15+199+130=344 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.36% from 344); Green value is 199 (78.12% from 255 or 57.85% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 199 - color contains mainly: green. Hex color #0FC782 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC782 is #F0387D. Grayscale: #888888. Windows color (decimal): -15743102 or 8570639. OLE color: 8570639.
HSL color Cylindrical-coordinate representation of color #0FC782: hue angle of 157.5º 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 #0FC782 is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 199 | 130 | - |
| CMYK | 0.92 | 0 | 0.35 | 0.22 |
| HSL | 157.5º | 0.86% | 0.42% | - |
| HSV(B) | 157.5º | 0.92% | 0.78% | - |
| XYZ | 24.65 | 42.56 | 28.03 | - |
| YUV | 136.12 | 124.54 | 41.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 199 | 130 | 0.92 | 0 | 0.35 | 0.22 | 157.5 | 0.86 | 0.42 |
| Hex | F | C7 | 82 | 5C | 0 | 23 | 16 | 9E | 56 | 2A |
| Octal | 17 | 307 | 202 | 134 | 0 | 43 | 26 | 236 | 126 | 52 |
| Binary | 1111 | 11000111 | 10000010 | 1011100 | 0 | 100011 | 10110 | 10011110 | 1010110 | 101010 |
Color Harmonies of #0FC782
Complementary color
Monochromatic Colors of #0FC782
Black with #0FC782
Text Example
Text Example
White with #0FC782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC782; }
p { color: rgb(15,199,130); }
H1.HeaderClassName
{
color: #0FC782;
}
.AnyTagClassName
{
color: #0FC782;
}
</style>
background-color css
<style>
a { background-color: #0FC782; }
a { background-color: rgb(15,199,130); }
div.DivClassName
{
background-color: #0FC782;
}
.BgClassName
{
background-color: #0FC782;
}
</style>
border-color css
<style>
span { border-color: #0FC782; }
span { border-color: rgb(15,199,130); }
td.TdClassName
{
border-color: #0FC782;
}
.TagClassName
{
border-color: #0FC782;
}
</style>