Shades of Mountain Meadow #2AC07F
Tints of Mountain Meadow #2AC07F
RGB
CMYK
RGB Variations
Color information
#2AC07F (or 0x2AC07F) is known color: Mountain Meadow. HEX triplet: 2A, C0 and 7F. RGB value is (42,192,127). Sum of RGB (Red+Green+Blue) = 42+192+127=361 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.63% from 361); Green value is 192 (75.39% from 255 or 53.19% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 192 - color contains mainly: green. Hex color #2AC07F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC07F is #D53F80. Grayscale: #8B8B8B. Windows color (decimal): -13975425 or 8372266. OLE color: 8372266.
HSL color Cylindrical-coordinate representation of color #2AC07F: hue angle of 154º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AC07F is Cyan = 0.78, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 192 | 127 | - |
| CMYK | 0.78 | 0 | 0.34 | 0.25 |
| HSL | 154º | 0.64% | 0.46% | - |
| HSV(B) | 154º | 0.78% | 0.75% | - |
| XYZ | 23.64 | 39.72 | 26.5 | - |
| YUV | 139.74 | 120.81 | 58.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 192 | 127 | 0.78 | 0 | 0.34 | 0.25 | 154 | 0.64 | 0.46 |
| Hex | 2A | C0 | 7F | 4E | 0 | 22 | 19 | 9A | 40 | 2E |
| Octal | 52 | 300 | 177 | 116 | 0 | 42 | 31 | 232 | 100 | 56 |
| Binary | 101010 | 11000000 | 1111111 | 1001110 | 0 | 100010 | 11001 | 10011010 | 1000000 | 101110 |
Color Harmonies of #2AC07F
Complementary color
Monochromatic Colors of #2AC07F
Black with #2AC07F
Text Example
Text Example
White with #2AC07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC07F; }
p { color: rgb(42,192,127); }
H1.HeaderClassName
{
color: #2AC07F;
}
.AnyTagClassName
{
color: #2AC07F;
}
</style>
background-color css
<style>
a { background-color: #2AC07F; }
a { background-color: rgb(42,192,127); }
div.DivClassName
{
background-color: #2AC07F;
}
.BgClassName
{
background-color: #2AC07F;
}
</style>
border-color css
<style>
span { border-color: #2AC07F; }
span { border-color: rgb(42,192,127); }
td.TdClassName
{
border-color: #2AC07F;
}
.TagClassName
{
border-color: #2AC07F;
}
</style>