Shades of Mountain Meadow #12BB82
Tints of Mountain Meadow #12BB82
RGB
CMYK
RGB Variations
Color information
#12BB82 (or 0x12BB82) is known color: Mountain Meadow. HEX triplet: 12, BB and 82. RGB value is (18,187,130). Sum of RGB (Red+Green+Blue) = 18+187+130=335 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.37% from 335); Green value is 187 (73.44% from 255 or 55.82% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 187 - color contains mainly: green. Hex color #12BB82 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BB82 is #ED447D. Grayscale: #828282. Windows color (decimal): -15549566 or 8567570. OLE color: 8567570.
HSL color Cylindrical-coordinate representation of color #12BB82: hue angle of 159.76º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BB82 is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 187 | 130 | - |
| CMYK | 0.90 | 0 | 0.30 | 0.27 |
| HSL | 159.76º | 0.82% | 0.4% | - |
| HSV(B) | 159.76º | 0.9% | 0.73% | - |
| XYZ | 22.05 | 37.28 | 27.15 | - |
| YUV | 129.97 | 128.01 | 48.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 187 | 130 | 0.90 | 0 | 0.30 | 0.27 | 159.76 | 0.82 | 0.4 |
| Hex | 12 | BB | 82 | 5A | 0 | 1E | 1B | A0 | 52 | 28 |
| Octal | 22 | 273 | 202 | 132 | 0 | 36 | 33 | 240 | 122 | 50 |
| Binary | 10010 | 10111011 | 10000010 | 1011010 | 0 | 11110 | 11011 | 10100000 | 1010010 | 101000 |
Color Harmonies of #12BB82
Complementary color
Monochromatic Colors of #12BB82
Black with #12BB82
Text Example
Text Example
White with #12BB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BB82; }
p { color: rgb(18,187,130); }
H1.HeaderClassName
{
color: #12BB82;
}
.AnyTagClassName
{
color: #12BB82;
}
</style>
background-color css
<style>
a { background-color: #12BB82; }
a { background-color: rgb(18,187,130); }
div.DivClassName
{
background-color: #12BB82;
}
.BgClassName
{
background-color: #12BB82;
}
</style>
border-color css
<style>
span { border-color: #12BB82; }
span { border-color: rgb(18,187,130); }
td.TdClassName
{
border-color: #12BB82;
}
.TagClassName
{
border-color: #12BB82;
}
</style>