Shades of Mountain Meadow #1AD17A
Tints of Mountain Meadow #1AD17A
RGB
CMYK
RGB Variations
Color information
#1AD17A (or 0x1AD17A) is known color: Mountain Meadow. HEX triplet: 1A, D1 and 7A. RGB value is (26,209,122). Sum of RGB (Red+Green+Blue) = 26+209+122=357 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.28% from 357); Green value is 209 (82.03% from 255 or 58.54% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 209 - color contains mainly: green. Hex color #1AD17A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD17A is #E52E85. Grayscale: #909090. Windows color (decimal): -15019654 or 8048922. OLE color: 8048922.
HSL color Cylindrical-coordinate representation of color #1AD17A: hue angle of 151.48º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD17A is Cyan = 0.88, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 209 | 122 | - |
| CMYK | 0.88 | 0 | 0.42 | 0.18 |
| HSL | 151.48º | 0.78% | 0.46% | - |
| HSV(B) | 151.48º | 0.88% | 0.82% | - |
| XYZ | 26.74 | 47.23 | 26.12 | - |
| YUV | 144.37 | 115.37 | 43.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 209 | 122 | 0.88 | 0 | 0.42 | 0.18 | 151.48 | 0.78 | 0.46 |
| Hex | 1A | D1 | 7A | 58 | 0 | 2A | 12 | 97 | 4E | 2E |
| Octal | 32 | 321 | 172 | 130 | 0 | 52 | 22 | 227 | 116 | 56 |
| Binary | 11010 | 11010001 | 1111010 | 1011000 | 0 | 101010 | 10010 | 10010111 | 1001110 | 101110 |
Color Harmonies of #1AD17A
Complementary color
Monochromatic Colors of #1AD17A
Black with #1AD17A
Text Example
Text Example
White with #1AD17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD17A; }
p { color: rgb(26,209,122); }
H1.HeaderClassName
{
color: #1AD17A;
}
.AnyTagClassName
{
color: #1AD17A;
}
</style>
background-color css
<style>
a { background-color: #1AD17A; }
a { background-color: rgb(26,209,122); }
div.DivClassName
{
background-color: #1AD17A;
}
.BgClassName
{
background-color: #1AD17A;
}
</style>
border-color css
<style>
span { border-color: #1AD17A; }
span { border-color: rgb(26,209,122); }
td.TdClassName
{
border-color: #1AD17A;
}
.TagClassName
{
border-color: #1AD17A;
}
</style>