Shades of Mountain Meadow #1ACE7D
Tints of Mountain Meadow #1ACE7D
RGB
CMYK
RGB Variations
Color information
#1ACE7D (or 0x1ACE7D) is known color: Mountain Meadow. HEX triplet: 1A, CE and 7D. RGB value is (26,206,125). Sum of RGB (Red+Green+Blue) = 26+206+125=357 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.28% from 357); Green value is 206 (80.86% from 255 or 57.70% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 206 - color contains mainly: green. Hex color #1ACE7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ACE7D is #E53182. Grayscale: #8F8F8F. Windows color (decimal): -15020419 or 8244762. OLE color: 8244762.
HSL color Cylindrical-coordinate representation of color #1ACE7D: hue angle of 153º 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 #1ACE7D is Cyan = 0.87, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 206 | 125 | - |
| CMYK | 0.87 | 0 | 0.39 | 0.19 |
| HSL | 153º | 0.78% | 0.45% | - |
| HSV(B) | 153º | 0.87% | 0.81% | - |
| XYZ | 26.2 | 45.84 | 26.87 | - |
| YUV | 142.95 | 117.87 | 44.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 206 | 125 | 0.87 | 0 | 0.39 | 0.19 | 153 | 0.78 | 0.45 |
| Hex | 1A | CE | 7D | 57 | 0 | 27 | 13 | 99 | 4E | 2D |
| Octal | 32 | 316 | 175 | 127 | 0 | 47 | 23 | 231 | 116 | 55 |
| Binary | 11010 | 11001110 | 1111101 | 1010111 | 0 | 100111 | 10011 | 10011001 | 1001110 | 101101 |
Color Harmonies of #1ACE7D
Complementary color
Monochromatic Colors of #1ACE7D
Black with #1ACE7D
Text Example
Text Example
White with #1ACE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACE7D; }
p { color: rgb(26,206,125); }
H1.HeaderClassName
{
color: #1ACE7D;
}
.AnyTagClassName
{
color: #1ACE7D;
}
</style>
background-color css
<style>
a { background-color: #1ACE7D; }
a { background-color: rgb(26,206,125); }
div.DivClassName
{
background-color: #1ACE7D;
}
.BgClassName
{
background-color: #1ACE7D;
}
</style>
border-color css
<style>
span { border-color: #1ACE7D; }
span { border-color: rgb(26,206,125); }
td.TdClassName
{
border-color: #1ACE7D;
}
.TagClassName
{
border-color: #1ACE7D;
}
</style>