Shades of Mountain Meadow #1AD079
Tints of Mountain Meadow #1AD079
RGB
CMYK
RGB Variations
Color information
#1AD079 (or 0x1AD079) is known color: Mountain Meadow. HEX triplet: 1A, D0 and 79. RGB value is (26,208,121). Sum of RGB (Red+Green+Blue) = 26+208+121=355 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.32% from 355); Green value is 208 (81.64% from 255 or 58.59% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD079 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD079 is #E52F86. Grayscale: #8F8F8F. Windows color (decimal): -15019911 or 7983130. OLE color: 7983130.
HSL color Cylindrical-coordinate representation of color #1AD079: hue angle of 151.32º 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 #1AD079 is Cyan = 0.88, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 121 | - |
| CMYK | 0.88 | 0 | 0.42 | 0.18 |
| HSL | 151.32º | 0.78% | 0.46% | - |
| HSV(B) | 151.32º | 0.88% | 0.82% | - |
| XYZ | 26.43 | 46.71 | 25.71 | - |
| YUV | 143.66 | 115.2 | 44.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 121 | 0.88 | 0 | 0.42 | 0.18 | 151.32 | 0.78 | 0.46 |
| Hex | 1A | D0 | 79 | 58 | 0 | 2A | 12 | 97 | 4E | 2E |
| Octal | 32 | 320 | 171 | 130 | 0 | 52 | 22 | 227 | 116 | 56 |
| Binary | 11010 | 11010000 | 1111001 | 1011000 | 0 | 101010 | 10010 | 10010111 | 1001110 | 101110 |
Color Harmonies of #1AD079
Complementary color
Monochromatic Colors of #1AD079
Black with #1AD079
Text Example
Text Example
White with #1AD079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD079; }
p { color: rgb(26,208,121); }
H1.HeaderClassName
{
color: #1AD079;
}
.AnyTagClassName
{
color: #1AD079;
}
</style>
background-color css
<style>
a { background-color: #1AD079; }
a { background-color: rgb(26,208,121); }
div.DivClassName
{
background-color: #1AD079;
}
.BgClassName
{
background-color: #1AD079;
}
</style>
border-color css
<style>
span { border-color: #1AD079; }
span { border-color: rgb(26,208,121); }
td.TdClassName
{
border-color: #1AD079;
}
.TagClassName
{
border-color: #1AD079;
}
</style>