Shades of Mountain Meadow #12B385
Tints of Mountain Meadow #12B385
RGB
CMYK
RGB Variations
Color information
#12B385 (or 0x12B385) is known color: Mountain Meadow. HEX triplet: 12, B3 and 85. RGB value is (18,179,133). Sum of RGB (Red+Green+Blue) = 18+179+133=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 179 (70.31% from 255 or 54.24% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 179 - color contains mainly: green. Hex color #12B385 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B385 is #ED4C7A. Grayscale: #7D7D7D. Windows color (decimal): -15551611 or 8762130. OLE color: 8762130.
HSL color Cylindrical-coordinate representation of color #12B385: hue angle of 162.86º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B385 is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 179 | 133 | - |
| CMYK | 0.90 | 0 | 0.26 | 0.30 |
| HSL | 162.86º | 0.82% | 0.39% | - |
| HSV(B) | 162.86º | 0.9% | 0.7% | - |
| XYZ | 20.6 | 34.06 | 27.68 | - |
| YUV | 125.62 | 132.16 | 51.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 179 | 133 | 0.90 | 0 | 0.26 | 0.30 | 162.86 | 0.82 | 0.39 |
| Hex | 12 | B3 | 85 | 5A | 0 | 1A | 1E | A3 | 52 | 27 |
| Octal | 22 | 263 | 205 | 132 | 0 | 32 | 36 | 243 | 122 | 47 |
| Binary | 10010 | 10110011 | 10000101 | 1011010 | 0 | 11010 | 11110 | 10100011 | 1010010 | 100111 |
Color Harmonies of #12B385
Complementary color
Monochromatic Colors of #12B385
Black with #12B385
Text Example
Text Example
White with #12B385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B385; }
p { color: rgb(18,179,133); }
H1.HeaderClassName
{
color: #12B385;
}
.AnyTagClassName
{
color: #12B385;
}
</style>
background-color css
<style>
a { background-color: #12B385; }
a { background-color: rgb(18,179,133); }
div.DivClassName
{
background-color: #12B385;
}
.BgClassName
{
background-color: #12B385;
}
</style>
border-color css
<style>
span { border-color: #12B385; }
span { border-color: rgb(18,179,133); }
td.TdClassName
{
border-color: #12B385;
}
.TagClassName
{
border-color: #12B385;
}
</style>