Shades of Mountain Meadow #12B782
Tints of Mountain Meadow #12B782
RGB
CMYK
RGB Variations
Color information
#12B782 (or 0x12B782) is known color: Mountain Meadow. HEX triplet: 12, B7 and 82. RGB value is (18,183,130). Sum of RGB (Red+Green+Blue) = 18+183+130=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 183 (71.88% from 255 or 55.29% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 183 - color contains mainly: green. Hex color #12B782 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B782 is #ED487D. Grayscale: #7F7F7F. Windows color (decimal): -15550590 or 8566546. OLE color: 8566546.
HSL color Cylindrical-coordinate representation of color #12B782: hue angle of 160.73º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B782 is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 183 | 130 | - |
| CMYK | 0.90 | 0 | 0.29 | 0.28 |
| HSL | 160.73º | 0.82% | 0.39% | - |
| HSV(B) | 160.73º | 0.9% | 0.72% | - |
| XYZ | 21.21 | 35.61 | 26.87 | - |
| YUV | 127.62 | 129.34 | 49.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 183 | 130 | 0.90 | 0 | 0.29 | 0.28 | 160.73 | 0.82 | 0.39 |
| Hex | 12 | B7 | 82 | 5A | 0 | 1D | 1C | A1 | 52 | 27 |
| Octal | 22 | 267 | 202 | 132 | 0 | 35 | 34 | 241 | 122 | 47 |
| Binary | 10010 | 10110111 | 10000010 | 1011010 | 0 | 11101 | 11100 | 10100001 | 1010010 | 100111 |
Color Harmonies of #12B782
Complementary color
Monochromatic Colors of #12B782
Black with #12B782
Text Example
Text Example
White with #12B782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B782; }
p { color: rgb(18,183,130); }
H1.HeaderClassName
{
color: #12B782;
}
.AnyTagClassName
{
color: #12B782;
}
</style>
background-color css
<style>
a { background-color: #12B782; }
a { background-color: rgb(18,183,130); }
div.DivClassName
{
background-color: #12B782;
}
.BgClassName
{
background-color: #12B782;
}
</style>
border-color css
<style>
span { border-color: #12B782; }
span { border-color: rgb(18,183,130); }
td.TdClassName
{
border-color: #12B782;
}
.TagClassName
{
border-color: #12B782;
}
</style>