Shades of Mountain Meadow #2AC27D
Tints of Mountain Meadow #2AC27D
RGB
CMYK
RGB Variations
Color information
#2AC27D (or 0x2AC27D) is known color: Mountain Meadow. HEX triplet: 2A, C2 and 7D. RGB value is (42,194,125). Sum of RGB (Red+Green+Blue) = 42+194+125=361 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.63% from 361); Green value is 194 (76.17% from 255 or 53.74% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC27D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC27D is #D53D82. Grayscale: #8C8C8C. Windows color (decimal): -13974915 or 8241706. OLE color: 8241706.
HSL color Cylindrical-coordinate representation of color #2AC27D: hue angle of 152.76º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AC27D is Cyan = 0.78, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 194 | 125 | - |
| CMYK | 0.78 | 0 | 0.36 | 0.24 |
| HSL | 152.76º | 0.64% | 0.46% | - |
| HSV(B) | 152.76º | 0.78% | 0.76% | - |
| XYZ | 23.95 | 40.56 | 25.97 | - |
| YUV | 140.69 | 119.14 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 194 | 125 | 0.78 | 0 | 0.36 | 0.24 | 152.76 | 0.64 | 0.46 |
| Hex | 2A | C2 | 7D | 4E | 0 | 24 | 18 | 99 | 40 | 2E |
| Octal | 52 | 302 | 175 | 116 | 0 | 44 | 30 | 231 | 100 | 56 |
| Binary | 101010 | 11000010 | 1111101 | 1001110 | 0 | 100100 | 11000 | 10011001 | 1000000 | 101110 |
Color Harmonies of #2AC27D
Complementary color
Monochromatic Colors of #2AC27D
Black with #2AC27D
Text Example
Text Example
White with #2AC27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC27D; }
p { color: rgb(42,194,125); }
H1.HeaderClassName
{
color: #2AC27D;
}
.AnyTagClassName
{
color: #2AC27D;
}
</style>
background-color css
<style>
a { background-color: #2AC27D; }
a { background-color: rgb(42,194,125); }
div.DivClassName
{
background-color: #2AC27D;
}
.BgClassName
{
background-color: #2AC27D;
}
</style>
border-color css
<style>
span { border-color: #2AC27D; }
span { border-color: rgb(42,194,125); }
td.TdClassName
{
border-color: #2AC27D;
}
.TagClassName
{
border-color: #2AC27D;
}
</style>