Shades of Mountain Meadow #12AC83
Tints of Mountain Meadow #12AC83
RGB
CMYK
RGB Variations
Color information
#12AC83 (or 0x12AC83) is known color: Mountain Meadow. HEX triplet: 12, AC and 83. RGB value is (18,172,131). Sum of RGB (Red+Green+Blue) = 18+172+131=321 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.61% from 321); Green value is 172 (67.58% from 255 or 53.58% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AC83 is #ED537C. Grayscale: #797979. Windows color (decimal): -15553405 or 8629266. OLE color: 8629266.
HSL color Cylindrical-coordinate representation of color #12AC83: hue angle of 164.03º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AC83 is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 172 | 131 | - |
| CMYK | 0.90 | 0 | 0.24 | 0.33 |
| HSL | 164.03º | 0.81% | 0.37% | - |
| HSV(B) | 164.03º | 0.9% | 0.67% | - |
| XYZ | 19.1 | 31.27 | 26.5 | - |
| YUV | 121.28 | 133.48 | 54.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 172 | 131 | 0.90 | 0 | 0.24 | 0.33 | 164.03 | 0.81 | 0.37 |
| Hex | 12 | AC | 83 | 5A | 0 | 18 | 21 | A4 | 51 | 25 |
| Octal | 22 | 254 | 203 | 132 | 0 | 30 | 41 | 244 | 121 | 45 |
| Binary | 10010 | 10101100 | 10000011 | 1011010 | 0 | 11000 | 100001 | 10100100 | 1010001 | 100101 |
Color Harmonies of #12AC83
Complementary color
Monochromatic Colors of #12AC83
Black with #12AC83
Text Example
Text Example
White with #12AC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AC83; }
p { color: rgb(18,172,131); }
H1.HeaderClassName
{
color: #12AC83;
}
.AnyTagClassName
{
color: #12AC83;
}
</style>
background-color css
<style>
a { background-color: #12AC83; }
a { background-color: rgb(18,172,131); }
div.DivClassName
{
background-color: #12AC83;
}
.BgClassName
{
background-color: #12AC83;
}
</style>
border-color css
<style>
span { border-color: #12AC83; }
span { border-color: rgb(18,172,131); }
td.TdClassName
{
border-color: #12AC83;
}
.TagClassName
{
border-color: #12AC83;
}
</style>