Shades of Mountain Meadow #2AC085
Tints of Mountain Meadow #2AC085
RGB
CMYK
RGB Variations
Color information
#2AC085 (or 0x2AC085) is known color: Mountain Meadow. HEX triplet: 2A, C0 and 85. RGB value is (42,192,133). Sum of RGB (Red+Green+Blue) = 42+192+133=367 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.44% from 367); Green value is 192 (75.39% from 255 or 52.32% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 192 - color contains mainly: green. Hex color #2AC085 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AC085 is #D53F7A. Grayscale: #8C8C8C. Windows color (decimal): -13975419 or 8765482. OLE color: 8765482.
HSL color Cylindrical-coordinate representation of color #2AC085: hue angle of 156.4º 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 #2AC085 is Cyan = 0.78, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 192 | 133 | - |
| CMYK | 0.78 | 0 | 0.31 | 0.25 |
| HSL | 156.4º | 0.64% | 0.46% | - |
| HSV(B) | 156.4º | 0.78% | 0.75% | - |
| XYZ | 24.04 | 39.88 | 28.62 | - |
| YUV | 140.42 | 123.81 | 57.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 192 | 133 | 0.78 | 0 | 0.31 | 0.25 | 156.4 | 0.64 | 0.46 |
| Hex | 2A | C0 | 85 | 4E | 0 | 1F | 19 | 9C | 40 | 2E |
| Octal | 52 | 300 | 205 | 116 | 0 | 37 | 31 | 234 | 100 | 56 |
| Binary | 101010 | 11000000 | 10000101 | 1001110 | 0 | 11111 | 11001 | 10011100 | 1000000 | 101110 |
Color Harmonies of #2AC085
Complementary color
Monochromatic Colors of #2AC085
Black with #2AC085
Text Example
Text Example
White with #2AC085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC085; }
p { color: rgb(42,192,133); }
H1.HeaderClassName
{
color: #2AC085;
}
.AnyTagClassName
{
color: #2AC085;
}
</style>
background-color css
<style>
a { background-color: #2AC085; }
a { background-color: rgb(42,192,133); }
div.DivClassName
{
background-color: #2AC085;
}
.BgClassName
{
background-color: #2AC085;
}
</style>
border-color css
<style>
span { border-color: #2AC085; }
span { border-color: rgb(42,192,133); }
td.TdClassName
{
border-color: #2AC085;
}
.TagClassName
{
border-color: #2AC085;
}
</style>