Shades of Mountain Meadow #2AC088
Tints of Mountain Meadow #2AC088
RGB
CMYK
RGB Variations
Color information
#2AC088 (or 0x2AC088) is known color: Mountain Meadow. HEX triplet: 2A, C0 and 88. RGB value is (42,192,136). Sum of RGB (Red+Green+Blue) = 42+192+136=370 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.35% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #2AC088 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AC088 is #D53F77. Grayscale: #8C8C8C. Windows color (decimal): -13975416 or 8962090. OLE color: 8962090.
HSL color Cylindrical-coordinate representation of color #2AC088: hue angle of 157.6º 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 #2AC088 is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 192 | 136 | - |
| CMYK | 0.78 | 0 | 0.29 | 0.25 |
| HSL | 157.6º | 0.64% | 0.46% | - |
| HSV(B) | 157.6º | 0.78% | 0.75% | - |
| XYZ | 24.25 | 39.97 | 29.73 | - |
| YUV | 140.77 | 125.31 | 57.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 192 | 136 | 0.78 | 0 | 0.29 | 0.25 | 157.6 | 0.64 | 0.46 |
| Hex | 2A | C0 | 88 | 4E | 0 | 1D | 19 | 9E | 40 | 2E |
| Octal | 52 | 300 | 210 | 116 | 0 | 35 | 31 | 236 | 100 | 56 |
| Binary | 101010 | 11000000 | 10001000 | 1001110 | 0 | 11101 | 11001 | 10011110 | 1000000 | 101110 |
Color Harmonies of #2AC088
Complementary color
Monochromatic Colors of #2AC088
Black with #2AC088
Text Example
Text Example
White with #2AC088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC088; }
p { color: rgb(42,192,136); }
H1.HeaderClassName
{
color: #2AC088;
}
.AnyTagClassName
{
color: #2AC088;
}
</style>
background-color css
<style>
a { background-color: #2AC088; }
a { background-color: rgb(42,192,136); }
div.DivClassName
{
background-color: #2AC088;
}
.BgClassName
{
background-color: #2AC088;
}
</style>
border-color css
<style>
span { border-color: #2AC088; }
span { border-color: rgb(42,192,136); }
td.TdClassName
{
border-color: #2AC088;
}
.TagClassName
{
border-color: #2AC088;
}
</style>