Shades of Mountain Meadow #0FC883
Tints of Mountain Meadow #0FC883
RGB
CMYK
RGB Variations
Color information
#0FC883 (or 0x0FC883) is known color: Mountain Meadow. HEX triplet: 0F, C8 and 83. RGB value is (15,200,131). Sum of RGB (Red+Green+Blue) = 15+200+131=346 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.34% from 346); Green value is 200 (78.52% from 255 or 57.80% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC883 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC883 is #F0377C. Grayscale: #888888. Windows color (decimal): -15742845 or 8636431. OLE color: 8636431.
HSL color Cylindrical-coordinate representation of color #0FC883: hue angle of 157.62º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC883 is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 200 | 131 | - |
| CMYK | 0.92 | 0 | 0.34 | 0.22 |
| HSL | 157.62º | 0.86% | 0.42% | - |
| HSV(B) | 157.62º | 0.93% | 0.78% | - |
| XYZ | 24.95 | 43.05 | 28.47 | - |
| YUV | 136.82 | 124.71 | 41.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 200 | 131 | 0.92 | 0 | 0.34 | 0.22 | 157.62 | 0.86 | 0.42 |
| Hex | F | C8 | 83 | 5C | 0 | 22 | 16 | 9E | 56 | 2A |
| Octal | 17 | 310 | 203 | 134 | 0 | 42 | 26 | 236 | 126 | 52 |
| Binary | 1111 | 11001000 | 10000011 | 1011100 | 0 | 100010 | 10110 | 10011110 | 1010110 | 101010 |
Color Harmonies of #0FC883
Complementary color
Monochromatic Colors of #0FC883
Black with #0FC883
Text Example
Text Example
White with #0FC883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC883; }
p { color: rgb(15,200,131); }
H1.HeaderClassName
{
color: #0FC883;
}
.AnyTagClassName
{
color: #0FC883;
}
</style>
background-color css
<style>
a { background-color: #0FC883; }
a { background-color: rgb(15,200,131); }
div.DivClassName
{
background-color: #0FC883;
}
.BgClassName
{
background-color: #0FC883;
}
</style>
border-color css
<style>
span { border-color: #0FC883; }
span { border-color: rgb(15,200,131); }
td.TdClassName
{
border-color: #0FC883;
}
.TagClassName
{
border-color: #0FC883;
}
</style>