Shades of Mountain Meadow #0FC387
Tints of Mountain Meadow #0FC387
RGB
CMYK
RGB Variations
Color information
#0FC387 (or 0x0FC387) is known color: Mountain Meadow. HEX triplet: 0F, C3 and 87. RGB value is (15,195,135). Sum of RGB (Red+Green+Blue) = 15+195+135=345 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.35% from 345); Green value is 195 (76.56% from 255 or 56.52% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 195 - color contains mainly: green. Hex color #0FC387 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC387 is #F03C78. Grayscale: #868686. Windows color (decimal): -15744121 or 8897295. OLE color: 8897295.
HSL color Cylindrical-coordinate representation of color #0FC387: hue angle of 160º 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 #0FC387 is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 195 | 135 | - |
| CMYK | 0.92 | 0 | 0.31 | 0.24 |
| HSL | 160º | 0.86% | 0.41% | - |
| HSV(B) | 160º | 0.92% | 0.76% | - |
| XYZ | 24.09 | 40.88 | 29.54 | - |
| YUV | 134.34 | 128.37 | 42.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 195 | 135 | 0.92 | 0 | 0.31 | 0.24 | 160 | 0.86 | 0.41 |
| Hex | F | C3 | 87 | 5C | 0 | 1F | 18 | A0 | 56 | 29 |
| Octal | 17 | 303 | 207 | 134 | 0 | 37 | 30 | 240 | 126 | 51 |
| Binary | 1111 | 11000011 | 10000111 | 1011100 | 0 | 11111 | 11000 | 10100000 | 1010110 | 101001 |
Color Harmonies of #0FC387
Complementary color
Monochromatic Colors of #0FC387
Black with #0FC387
Text Example
Text Example
White with #0FC387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC387; }
p { color: rgb(15,195,135); }
H1.HeaderClassName
{
color: #0FC387;
}
.AnyTagClassName
{
color: #0FC387;
}
</style>
background-color css
<style>
a { background-color: #0FC387; }
a { background-color: rgb(15,195,135); }
div.DivClassName
{
background-color: #0FC387;
}
.BgClassName
{
background-color: #0FC387;
}
</style>
border-color css
<style>
span { border-color: #0FC387; }
span { border-color: rgb(15,195,135); }
td.TdClassName
{
border-color: #0FC387;
}
.TagClassName
{
border-color: #0FC387;
}
</style>