Shades of Mountain Meadow #0FC48C
Tints of Mountain Meadow #0FC48C
RGB
CMYK
RGB Variations
Color information
#0FC48C (or 0x0FC48C) is known color: Mountain Meadow. HEX triplet: 0F, C4 and 8C. RGB value is (15,196,140). Sum of RGB (Red+Green+Blue) = 15+196+140=351 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.27% from 351); Green value is 196 (76.95% from 255 or 55.84% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 196 - color contains mainly: green. Hex color #0FC48C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC48C is #F03B73. Grayscale: #878787. Windows color (decimal): -15743860 or 9225231. OLE color: 9225231.
HSL color Cylindrical-coordinate representation of color #0FC48C: hue angle of 161.44º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC48C is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 196 | 140 | - |
| CMYK | 0.92 | 0 | 0.29 | 0.23 |
| HSL | 161.44º | 0.86% | 0.41% | - |
| HSV(B) | 161.44º | 0.92% | 0.77% | - |
| XYZ | 24.67 | 41.47 | 31.52 | - |
| YUV | 135.5 | 130.53 | 42.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 196 | 140 | 0.92 | 0 | 0.29 | 0.23 | 161.44 | 0.86 | 0.41 |
| Hex | F | C4 | 8C | 5C | 0 | 1D | 17 | A1 | 56 | 29 |
| Octal | 17 | 304 | 214 | 134 | 0 | 35 | 27 | 241 | 126 | 51 |
| Binary | 1111 | 11000100 | 10001100 | 1011100 | 0 | 11101 | 10111 | 10100001 | 1010110 | 101001 |
Color Harmonies of #0FC48C
Complementary color
Monochromatic Colors of #0FC48C
Black with #0FC48C
Text Example
Text Example
White with #0FC48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC48C; }
p { color: rgb(15,196,140); }
H1.HeaderClassName
{
color: #0FC48C;
}
.AnyTagClassName
{
color: #0FC48C;
}
</style>
background-color css
<style>
a { background-color: #0FC48C; }
a { background-color: rgb(15,196,140); }
div.DivClassName
{
background-color: #0FC48C;
}
.BgClassName
{
background-color: #0FC48C;
}
</style>
border-color css
<style>
span { border-color: #0FC48C; }
span { border-color: rgb(15,196,140); }
td.TdClassName
{
border-color: #0FC48C;
}
.TagClassName
{
border-color: #0FC48C;
}
</style>