Shades of Mountain Meadow #1AD67E
Tints of Mountain Meadow #1AD67E
RGB
CMYK
RGB Variations
Color information
#1AD67E (or 0x1AD67E) is known color: Mountain Meadow. HEX triplet: 1A, D6 and 7E. RGB value is (26,214,126). Sum of RGB (Red+Green+Blue) = 26+214+126=366 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.10% from 366); Green value is 214 (83.98% from 255 or 58.47% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 214 - color contains mainly: green. Hex color #1AD67E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD67E is #E52981. Grayscale: #939393. Windows color (decimal): -15018370 or 8312346. OLE color: 8312346.
HSL color Cylindrical-coordinate representation of color #1AD67E: hue angle of 151.91º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD67E is Cyan = 0.88, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 214 | 126 | - |
| CMYK | 0.88 | 0 | 0.41 | 0.16 |
| HSL | 151.91º | 0.78% | 0.47% | - |
| HSV(B) | 151.91º | 0.88% | 0.84% | - |
| XYZ | 28.24 | 49.82 | 27.87 | - |
| YUV | 147.76 | 115.72 | 41.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 214 | 126 | 0.88 | 0 | 0.41 | 0.16 | 151.91 | 0.78 | 0.47 |
| Hex | 1A | D6 | 7E | 58 | 0 | 29 | 10 | 98 | 4E | 2F |
| Octal | 32 | 326 | 176 | 130 | 0 | 51 | 20 | 230 | 116 | 57 |
| Binary | 11010 | 11010110 | 1111110 | 1011000 | 0 | 101001 | 10000 | 10011000 | 1001110 | 101111 |
Color Harmonies of #1AD67E
Complementary color
Monochromatic Colors of #1AD67E
Black with #1AD67E
Text Example
Text Example
White with #1AD67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD67E; }
p { color: rgb(26,214,126); }
H1.HeaderClassName
{
color: #1AD67E;
}
.AnyTagClassName
{
color: #1AD67E;
}
</style>
background-color css
<style>
a { background-color: #1AD67E; }
a { background-color: rgb(26,214,126); }
div.DivClassName
{
background-color: #1AD67E;
}
.BgClassName
{
background-color: #1AD67E;
}
</style>
border-color css
<style>
span { border-color: #1AD67E; }
span { border-color: rgb(26,214,126); }
td.TdClassName
{
border-color: #1AD67E;
}
.TagClassName
{
border-color: #1AD67E;
}
</style>