Shades of Mountain Meadow #0FC373
Tints of Mountain Meadow #0FC373
RGB
CMYK
RGB Variations
Color information
#0FC373 (or 0x0FC373) is known color: Mountain Meadow. HEX triplet: 0F, C3 and 73. RGB value is (15,195,115). Sum of RGB (Red+Green+Blue) = 15+195+115=325 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.62% from 325); Green value is 195 (76.56% from 255 or 60% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 195 - color contains mainly: green. Hex color #0FC373 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC373 is #F03C8C. Grayscale: #848484. Windows color (decimal): -15744141 or 7586575. OLE color: 7586575.
HSL color Cylindrical-coordinate representation of color #0FC373: hue angle of 153.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 #0FC373 is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 195 | 115 | - |
| CMYK | 0.92 | 0 | 0.41 | 0.24 |
| HSL | 153.33º | 0.86% | 0.41% | - |
| HSV(B) | 153.33º | 0.92% | 0.76% | - |
| XYZ | 22.81 | 40.37 | 22.81 | - |
| YUV | 132.06 | 118.37 | 44.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 195 | 115 | 0.92 | 0 | 0.41 | 0.24 | 153.33 | 0.86 | 0.41 |
| Hex | F | C3 | 73 | 5C | 0 | 29 | 18 | 99 | 56 | 29 |
| Octal | 17 | 303 | 163 | 134 | 0 | 51 | 30 | 231 | 126 | 51 |
| Binary | 1111 | 11000011 | 1110011 | 1011100 | 0 | 101001 | 11000 | 10011001 | 1010110 | 101001 |
Color Harmonies of #0FC373
Complementary color
Monochromatic Colors of #0FC373
Black with #0FC373
Text Example
Text Example
White with #0FC373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC373; }
p { color: rgb(15,195,115); }
H1.HeaderClassName
{
color: #0FC373;
}
.AnyTagClassName
{
color: #0FC373;
}
</style>
background-color css
<style>
a { background-color: #0FC373; }
a { background-color: rgb(15,195,115); }
div.DivClassName
{
background-color: #0FC373;
}
.BgClassName
{
background-color: #0FC373;
}
</style>
border-color css
<style>
span { border-color: #0FC373; }
span { border-color: rgb(15,195,115); }
td.TdClassName
{
border-color: #0FC373;
}
.TagClassName
{
border-color: #0FC373;
}
</style>