Shades of Mountain Meadow #1AD77A
Tints of Mountain Meadow #1AD77A
RGB
CMYK
RGB Variations
Color information
#1AD77A (or 0x1AD77A) is known color: Mountain Meadow. HEX triplet: 1A, D7 and 7A. RGB value is (26,215,122). Sum of RGB (Red+Green+Blue) = 26+215+122=363 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.16% from 363); Green value is 215 (84.38% from 255 or 59.23% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 215 - color contains mainly: green. Hex color #1AD77A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD77A is #E52885. Grayscale: #949494. Windows color (decimal): -15018118 or 8050458. OLE color: 8050458.
HSL color Cylindrical-coordinate representation of color #1AD77A: hue angle of 150.48º 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 #1AD77A is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 215 | 122 | - |
| CMYK | 0.88 | 0 | 0.43 | 0.16 |
| HSL | 150.48º | 0.78% | 0.47% | - |
| HSV(B) | 150.48º | 0.88% | 0.84% | - |
| XYZ | 28.24 | 50.23 | 26.62 | - |
| YUV | 147.89 | 113.38 | 41.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 215 | 122 | 0.88 | 0 | 0.43 | 0.16 | 150.48 | 0.78 | 0.47 |
| Hex | 1A | D7 | 7A | 58 | 0 | 2B | 10 | 96 | 4E | 2F |
| Octal | 32 | 327 | 172 | 130 | 0 | 53 | 20 | 226 | 116 | 57 |
| Binary | 11010 | 11010111 | 1111010 | 1011000 | 0 | 101011 | 10000 | 10010110 | 1001110 | 101111 |
Color Harmonies of #1AD77A
Complementary color
Monochromatic Colors of #1AD77A
Black with #1AD77A
Text Example
Text Example
White with #1AD77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD77A; }
p { color: rgb(26,215,122); }
H1.HeaderClassName
{
color: #1AD77A;
}
.AnyTagClassName
{
color: #1AD77A;
}
</style>
background-color css
<style>
a { background-color: #1AD77A; }
a { background-color: rgb(26,215,122); }
div.DivClassName
{
background-color: #1AD77A;
}
.BgClassName
{
background-color: #1AD77A;
}
</style>
border-color css
<style>
span { border-color: #1AD77A; }
span { border-color: rgb(26,215,122); }
td.TdClassName
{
border-color: #1AD77A;
}
.TagClassName
{
border-color: #1AD77A;
}
</style>