Shades of Mountain Meadow #1AD77F
Tints of Mountain Meadow #1AD77F
RGB
CMYK
RGB Variations
Color information
#1AD77F (or 0x1AD77F) is known color: Mountain Meadow. HEX triplet: 1A, D7 and 7F. RGB value is (26,215,127). Sum of RGB (Red+Green+Blue) = 26+215+127=368 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.07% from 368); Green value is 215 (84.38% from 255 or 58.42% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 215 - color contains mainly: green. Hex color #1AD77F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD77F is #E52880. Grayscale: #949494. Windows color (decimal): -15018113 or 8378138. OLE color: 8378138.
HSL color Cylindrical-coordinate representation of color #1AD77F: hue angle of 152.06º 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 #1AD77F is Cyan = 0.88, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 215 | 127 | - |
| CMYK | 0.88 | 0 | 0.41 | 0.16 |
| HSL | 152.06º | 0.78% | 0.47% | - |
| HSV(B) | 152.06º | 0.88% | 0.84% | - |
| XYZ | 28.56 | 50.35 | 28.29 | - |
| YUV | 148.46 | 115.88 | 40.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 215 | 127 | 0.88 | 0 | 0.41 | 0.16 | 152.06 | 0.78 | 0.47 |
| Hex | 1A | D7 | 7F | 58 | 0 | 29 | 10 | 98 | 4E | 2F |
| Octal | 32 | 327 | 177 | 130 | 0 | 51 | 20 | 230 | 116 | 57 |
| Binary | 11010 | 11010111 | 1111111 | 1011000 | 0 | 101001 | 10000 | 10011000 | 1001110 | 101111 |
Color Harmonies of #1AD77F
Complementary color
Monochromatic Colors of #1AD77F
Black with #1AD77F
Text Example
Text Example
White with #1AD77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD77F; }
p { color: rgb(26,215,127); }
H1.HeaderClassName
{
color: #1AD77F;
}
.AnyTagClassName
{
color: #1AD77F;
}
</style>
background-color css
<style>
a { background-color: #1AD77F; }
a { background-color: rgb(26,215,127); }
div.DivClassName
{
background-color: #1AD77F;
}
.BgClassName
{
background-color: #1AD77F;
}
</style>
border-color css
<style>
span { border-color: #1AD77F; }
span { border-color: rgb(26,215,127); }
td.TdClassName
{
border-color: #1AD77F;
}
.TagClassName
{
border-color: #1AD77F;
}
</style>