Shades of Mountain Meadow #1ACE7A
Tints of Mountain Meadow #1ACE7A
RGB
CMYK
RGB Variations
Color information
#1ACE7A (or 0x1ACE7A) is known color: Mountain Meadow. HEX triplet: 1A, CE and 7A. RGB value is (26,206,122). Sum of RGB (Red+Green+Blue) = 26+206+122=354 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.34% from 354); Green value is 206 (80.86% from 255 or 58.19% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 206 - color contains mainly: green. Hex color #1ACE7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ACE7A is #E53185. Grayscale: #8E8E8E. Windows color (decimal): -15020422 or 8048154. OLE color: 8048154.
HSL color Cylindrical-coordinate representation of color #1ACE7A: hue angle of 152º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACE7A is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 206 | 122 | - |
| CMYK | 0.87 | 0 | 0.41 | 0.19 |
| HSL | 152º | 0.78% | 0.45% | - |
| HSV(B) | 152º | 0.87% | 0.81% | - |
| XYZ | 26.01 | 45.77 | 25.88 | - |
| YUV | 142.6 | 116.37 | 44.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 206 | 122 | 0.87 | 0 | 0.41 | 0.19 | 152 | 0.78 | 0.45 |
| Hex | 1A | CE | 7A | 57 | 0 | 29 | 13 | 98 | 4E | 2D |
| Octal | 32 | 316 | 172 | 127 | 0 | 51 | 23 | 230 | 116 | 55 |
| Binary | 11010 | 11001110 | 1111010 | 1010111 | 0 | 101001 | 10011 | 10011000 | 1001110 | 101101 |
Color Harmonies of #1ACE7A
Complementary color
Monochromatic Colors of #1ACE7A
Black with #1ACE7A
Text Example
Text Example
White with #1ACE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACE7A; }
p { color: rgb(26,206,122); }
H1.HeaderClassName
{
color: #1ACE7A;
}
.AnyTagClassName
{
color: #1ACE7A;
}
</style>
background-color css
<style>
a { background-color: #1ACE7A; }
a { background-color: rgb(26,206,122); }
div.DivClassName
{
background-color: #1ACE7A;
}
.BgClassName
{
background-color: #1ACE7A;
}
</style>
border-color css
<style>
span { border-color: #1ACE7A; }
span { border-color: rgb(26,206,122); }
td.TdClassName
{
border-color: #1ACE7A;
}
.TagClassName
{
border-color: #1ACE7A;
}
</style>