Shades of Mountain Meadow #12B584
Tints of Mountain Meadow #12B584
RGB
CMYK
RGB Variations
Color information
#12B584 (or 0x12B584) is known color: Mountain Meadow. HEX triplet: 12, B5 and 84. RGB value is (18,181,132). Sum of RGB (Red+Green+Blue) = 18+181+132=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 181 (71.09% from 255 or 54.68% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 181 - color contains mainly: green. Hex color #12B584 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B584 is #ED4A7B. Grayscale: #7E7E7E. Windows color (decimal): -15551100 or 8697106. OLE color: 8697106.
HSL color Cylindrical-coordinate representation of color #12B584: hue angle of 161.96º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B584 is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 181 | 132 | - |
| CMYK | 0.90 | 0 | 0.27 | 0.29 |
| HSL | 161.96º | 0.82% | 0.39% | - |
| HSV(B) | 161.96º | 0.9% | 0.71% | - |
| XYZ | 20.94 | 34.84 | 27.45 | - |
| YUV | 126.68 | 131 | 50.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 181 | 132 | 0.90 | 0 | 0.27 | 0.29 | 161.96 | 0.82 | 0.39 |
| Hex | 12 | B5 | 84 | 5A | 0 | 1B | 1D | A2 | 52 | 27 |
| Octal | 22 | 265 | 204 | 132 | 0 | 33 | 35 | 242 | 122 | 47 |
| Binary | 10010 | 10110101 | 10000100 | 1011010 | 0 | 11011 | 11101 | 10100010 | 1010010 | 100111 |
Color Harmonies of #12B584
Complementary color
Monochromatic Colors of #12B584
Black with #12B584
Text Example
Text Example
White with #12B584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B584; }
p { color: rgb(18,181,132); }
H1.HeaderClassName
{
color: #12B584;
}
.AnyTagClassName
{
color: #12B584;
}
</style>
background-color css
<style>
a { background-color: #12B584; }
a { background-color: rgb(18,181,132); }
div.DivClassName
{
background-color: #12B584;
}
.BgClassName
{
background-color: #12B584;
}
</style>
border-color css
<style>
span { border-color: #12B584; }
span { border-color: rgb(18,181,132); }
td.TdClassName
{
border-color: #12B584;
}
.TagClassName
{
border-color: #12B584;
}
</style>