Shades of Mountain Meadow #0FC17B
Tints of Mountain Meadow #0FC17B
RGB
CMYK
RGB Variations
Color information
#0FC17B (or 0x0FC17B) is known color: Mountain Meadow. HEX triplet: 0F, C1 and 7B. RGB value is (15,193,123). Sum of RGB (Red+Green+Blue) = 15+193+123=331 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.53% from 331); Green value is 193 (75.78% from 255 or 58.31% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC17B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC17B is #F03E84. Grayscale: #838383. Windows color (decimal): -15744645 or 8110351. OLE color: 8110351.
HSL color Cylindrical-coordinate representation of color #0FC17B: hue angle of 156.4º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC17B is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 193 | 123 | - |
| CMYK | 0.92 | 0 | 0.36 | 0.24 |
| HSL | 156.4º | 0.86% | 0.41% | - |
| HSV(B) | 156.4º | 0.92% | 0.76% | - |
| XYZ | 22.84 | 39.67 | 25.19 | - |
| YUV | 131.8 | 123.03 | 44.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 193 | 123 | 0.92 | 0 | 0.36 | 0.24 | 156.4 | 0.86 | 0.41 |
| Hex | F | C1 | 7B | 5C | 0 | 24 | 18 | 9C | 56 | 29 |
| Octal | 17 | 301 | 173 | 134 | 0 | 44 | 30 | 234 | 126 | 51 |
| Binary | 1111 | 11000001 | 1111011 | 1011100 | 0 | 100100 | 11000 | 10011100 | 1010110 | 101001 |
Color Harmonies of #0FC17B
Complementary color
Monochromatic Colors of #0FC17B
Black with #0FC17B
Text Example
Text Example
White with #0FC17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC17B; }
p { color: rgb(15,193,123); }
H1.HeaderClassName
{
color: #0FC17B;
}
.AnyTagClassName
{
color: #0FC17B;
}
</style>
background-color css
<style>
a { background-color: #0FC17B; }
a { background-color: rgb(15,193,123); }
div.DivClassName
{
background-color: #0FC17B;
}
.BgClassName
{
background-color: #0FC17B;
}
</style>
border-color css
<style>
span { border-color: #0FC17B; }
span { border-color: rgb(15,193,123); }
td.TdClassName
{
border-color: #0FC17B;
}
.TagClassName
{
border-color: #0FC17B;
}
</style>