Shades of Mountain Meadow #0FC071
Tints of Mountain Meadow #0FC071
RGB
CMYK
RGB Variations
Color information
#0FC071 (or 0x0FC071) is known color: Mountain Meadow. HEX triplet: 0F, C0 and 71. RGB value is (15,192,113). Sum of RGB (Red+Green+Blue) = 15+192+113=320 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.69% from 320); Green value is 192 (75.39% from 255 or 60% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC071 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC071 is #F03F8E. Grayscale: #828282. Windows color (decimal): -15744911 or 7454735. OLE color: 7454735.
HSL color Cylindrical-coordinate representation of color #0FC071: hue angle of 153.22º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC071 is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 192 | 113 | - |
| CMYK | 0.92 | 0 | 0.41 | 0.25 |
| HSL | 153.22º | 0.86% | 0.41% | - |
| HSV(B) | 153.22º | 0.92% | 0.75% | - |
| XYZ | 22.03 | 38.99 | 21.99 | - |
| YUV | 130.07 | 118.36 | 45.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 192 | 113 | 0.92 | 0 | 0.41 | 0.25 | 153.22 | 0.86 | 0.41 |
| Hex | F | C0 | 71 | 5C | 0 | 29 | 19 | 99 | 56 | 29 |
| Octal | 17 | 300 | 161 | 134 | 0 | 51 | 31 | 231 | 126 | 51 |
| Binary | 1111 | 11000000 | 1110001 | 1011100 | 0 | 101001 | 11001 | 10011001 | 1010110 | 101001 |
Color Harmonies of #0FC071
Complementary color
Monochromatic Colors of #0FC071
Black with #0FC071
Text Example
Text Example
White with #0FC071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC071; }
p { color: rgb(15,192,113); }
H1.HeaderClassName
{
color: #0FC071;
}
.AnyTagClassName
{
color: #0FC071;
}
</style>
background-color css
<style>
a { background-color: #0FC071; }
a { background-color: rgb(15,192,113); }
div.DivClassName
{
background-color: #0FC071;
}
.BgClassName
{
background-color: #0FC071;
}
</style>
border-color css
<style>
span { border-color: #0FC071; }
span { border-color: rgb(15,192,113); }
td.TdClassName
{
border-color: #0FC071;
}
.TagClassName
{
border-color: #0FC071;
}
</style>