Shades of Mountain Meadow #12B591
Tints of Mountain Meadow #12B591
RGB
CMYK
RGB Variations
Color information
#12B591 (or 0x12B591) is known color: Mountain Meadow. HEX triplet: 12, B5 and 91. RGB value is (18,181,145). Sum of RGB (Red+Green+Blue) = 18+181+145=344 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.23% from 344); Green value is 181 (71.09% from 255 or 52.62% from 344); Blue value is 145 (57.03% from 255 or 42.15% from 344); Max value from RGB is 181 - color contains mainly: green. Hex color #12B591 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B591 is #ED4A6E. Grayscale: #808080. Windows color (decimal): -15551087 or 9549074. OLE color: 9549074.
HSL color Cylindrical-coordinate representation of color #12B591: hue angle of 166.75º 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 #12B591 is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 181 | 145 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.29 |
| HSL | 166.75º | 0.82% | 0.39% | - |
| HSV(B) | 166.75º | 0.9% | 0.71% | - |
| XYZ | 21.88 | 35.22 | 32.43 | - |
| YUV | 128.16 | 137.5 | 49.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 181 | 145 | 0.90 | 0 | 0.20 | 0.29 | 166.75 | 0.82 | 0.39 |
| Hex | 12 | B5 | 91 | 5A | 0 | 14 | 1D | A7 | 52 | 27 |
| Octal | 22 | 265 | 221 | 132 | 0 | 24 | 35 | 247 | 122 | 47 |
| Binary | 10010 | 10110101 | 10010001 | 1011010 | 0 | 10100 | 11101 | 10100111 | 1010010 | 100111 |
Color Harmonies of #12B591
Complementary color
Monochromatic Colors of #12B591
Black with #12B591
Text Example
Text Example
White with #12B591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B591; }
p { color: rgb(18,181,145); }
H1.HeaderClassName
{
color: #12B591;
}
.AnyTagClassName
{
color: #12B591;
}
</style>
background-color css
<style>
a { background-color: #12B591; }
a { background-color: rgb(18,181,145); }
div.DivClassName
{
background-color: #12B591;
}
.BgClassName
{
background-color: #12B591;
}
</style>
border-color css
<style>
span { border-color: #12B591; }
span { border-color: rgb(18,181,145); }
td.TdClassName
{
border-color: #12B591;
}
.TagClassName
{
border-color: #12B591;
}
</style>