Shades of Mountain Meadow #12A282
Tints of Mountain Meadow #12A282
RGB
CMYK
RGB Variations
Color information
#12A282 (or 0x12A282) is known color: Mountain Meadow. HEX triplet: 12, A2 and 82. RGB value is (18,162,130). Sum of RGB (Red+Green+Blue) = 18+162+130=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 162 (63.67% from 255 or 52.26% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 162 - color contains mainly: green. Hex color #12A282 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A282 is #ED5D7D. Grayscale: #737373. Windows color (decimal): -15555966 or 8561170. OLE color: 8561170.
HSL color Cylindrical-coordinate representation of color #12A282: hue angle of 166.67º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A282 is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 162 | 130 | - |
| CMYK | 0.89 | 0 | 0.20 | 0.36 |
| HSL | 166.67º | 0.8% | 0.35% | - |
| HSV(B) | 166.67º | 0.89% | 0.64% | - |
| XYZ | 17.2 | 27.58 | 25.54 | - |
| YUV | 115.3 | 136.29 | 58.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 162 | 130 | 0.89 | 0 | 0.20 | 0.36 | 166.67 | 0.8 | 0.35 |
| Hex | 12 | A2 | 82 | 59 | 0 | 14 | 24 | A7 | 50 | 23 |
| Octal | 22 | 242 | 202 | 131 | 0 | 24 | 44 | 247 | 120 | 43 |
| Binary | 10010 | 10100010 | 10000010 | 1011001 | 0 | 10100 | 100100 | 10100111 | 1010000 | 100011 |
Color Harmonies of #12A282
Complementary color
Monochromatic Colors of #12A282
Black with #12A282
Text Example
Text Example
White with #12A282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A282; }
p { color: rgb(18,162,130); }
H1.HeaderClassName
{
color: #12A282;
}
.AnyTagClassName
{
color: #12A282;
}
</style>
background-color css
<style>
a { background-color: #12A282; }
a { background-color: rgb(18,162,130); }
div.DivClassName
{
background-color: #12A282;
}
.BgClassName
{
background-color: #12A282;
}
</style>
border-color css
<style>
span { border-color: #12A282; }
span { border-color: rgb(18,162,130); }
td.TdClassName
{
border-color: #12A282;
}
.TagClassName
{
border-color: #12A282;
}
</style>