Shades of Mountain Meadow #0EB283
Tints of Mountain Meadow #0EB283
RGB
CMYK
RGB Variations
Color information
#0EB283 (or 0x0EB283) is known color: Mountain Meadow. HEX triplet: 0E, B2 and 83. RGB value is (14,178,131). Sum of RGB (Red+Green+Blue) = 14+178+131=323 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.33% from 323); Green value is 178 (69.92% from 255 or 55.11% from 323); Blue value is 131 (51.56% from 255 or 40.56% from 323); Max value from RGB is 178 - color contains mainly: green. Hex color #0EB283 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EB283 is #F14D7C. Grayscale: #7B7B7B. Windows color (decimal): -15814013 or 8630798. OLE color: 8630798.
HSL color Cylindrical-coordinate representation of color #0EB283: hue angle of 162.8º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB283 is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 14 | 178 | 131 | - |
| CMYK | 0.92 | 0 | 0.26 | 0.30 |
| HSL | 162.8º | 0.85% | 0.38% | - |
| HSV(B) | 162.8º | 0.92% | 0.7% | - |
| XYZ | 20.2 | 33.57 | 26.89 | - |
| YUV | 123.61 | 132.17 | 49.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 178 | 131 | 0.92 | 0 | 0.26 | 0.30 | 162.8 | 0.85 | 0.38 |
| Hex | E | B2 | 83 | 5C | 0 | 1A | 1E | A3 | 55 | 26 |
| Octal | 16 | 262 | 203 | 134 | 0 | 32 | 36 | 243 | 125 | 46 |
| Binary | 1110 | 10110010 | 10000011 | 1011100 | 0 | 11010 | 11110 | 10100011 | 1010101 | 100110 |
Color Harmonies of #0EB283
Complementary color
Monochromatic Colors of #0EB283
Black with #0EB283
Text Example
Text Example
White with #0EB283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB283; }
p { color: rgb(14,178,131); }
H1.HeaderClassName
{
color: #0EB283;
}
.AnyTagClassName
{
color: #0EB283;
}
</style>
background-color css
<style>
a { background-color: #0EB283; }
a { background-color: rgb(14,178,131); }
div.DivClassName
{
background-color: #0EB283;
}
.BgClassName
{
background-color: #0EB283;
}
</style>
border-color css
<style>
span { border-color: #0EB283; }
span { border-color: rgb(14,178,131); }
td.TdClassName
{
border-color: #0EB283;
}
.TagClassName
{
border-color: #0EB283;
}
</style>