Shades of Mountain Meadow #0FC388
Tints of Mountain Meadow #0FC388
RGB
CMYK
RGB Variations
Color information
#0FC388 (or 0x0FC388) is known color: Mountain Meadow. HEX triplet: 0F, C3 and 88. RGB value is (15,195,136). Sum of RGB (Red+Green+Blue) = 15+195+136=346 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.34% from 346); Green value is 195 (76.56% from 255 or 56.36% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 195 - color contains mainly: green. Hex color #0FC388 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC388 is #F03C77. Grayscale: #868686. Windows color (decimal): -15744120 or 8962831. OLE color: 8962831.
HSL color Cylindrical-coordinate representation of color #0FC388: hue angle of 160.33º 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 #0FC388 is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 195 | 136 | - |
| CMYK | 0.92 | 0 | 0.30 | 0.24 |
| HSL | 160.33º | 0.86% | 0.41% | - |
| HSV(B) | 160.33º | 0.92% | 0.76% | - |
| XYZ | 24.16 | 40.91 | 29.92 | - |
| YUV | 134.45 | 128.87 | 42.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 195 | 136 | 0.92 | 0 | 0.30 | 0.24 | 160.33 | 0.86 | 0.41 |
| Hex | F | C3 | 88 | 5C | 0 | 1E | 18 | A0 | 56 | 29 |
| Octal | 17 | 303 | 210 | 134 | 0 | 36 | 30 | 240 | 126 | 51 |
| Binary | 1111 | 11000011 | 10001000 | 1011100 | 0 | 11110 | 11000 | 10100000 | 1010110 | 101001 |
Color Harmonies of #0FC388
Complementary color
Monochromatic Colors of #0FC388
Black with #0FC388
Text Example
Text Example
White with #0FC388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC388; }
p { color: rgb(15,195,136); }
H1.HeaderClassName
{
color: #0FC388;
}
.AnyTagClassName
{
color: #0FC388;
}
</style>
background-color css
<style>
a { background-color: #0FC388; }
a { background-color: rgb(15,195,136); }
div.DivClassName
{
background-color: #0FC388;
}
.BgClassName
{
background-color: #0FC388;
}
</style>
border-color css
<style>
span { border-color: #0FC388; }
span { border-color: rgb(15,195,136); }
td.TdClassName
{
border-color: #0FC388;
}
.TagClassName
{
border-color: #0FC388;
}
</style>