Shades of Mountain Meadow #1AD676
Tints of Mountain Meadow #1AD676
RGB
CMYK
RGB Variations
Color information
#1AD676 (or 0x1AD676) is known color: Mountain Meadow. HEX triplet: 1A, D6 and 76. RGB value is (26,214,118). Sum of RGB (Red+Green+Blue) = 26+214+118=358 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.26% from 358); Green value is 214 (83.98% from 255 or 59.78% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 214 - color contains mainly: green. Hex color #1AD676 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD676 is #E52989. Grayscale: #939393. Windows color (decimal): -15018378 or 7788058. OLE color: 7788058.
HSL color Cylindrical-coordinate representation of color #1AD676: hue angle of 149.36º 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 #1AD676 is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 214 | 118 | - |
| CMYK | 0.88 | 0 | 0.45 | 0.16 |
| HSL | 149.36º | 0.78% | 0.47% | - |
| HSV(B) | 149.36º | 0.88% | 0.84% | - |
| XYZ | 27.74 | 49.62 | 25.26 | - |
| YUV | 146.84 | 111.72 | 41.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 214 | 118 | 0.88 | 0 | 0.45 | 0.16 | 149.36 | 0.78 | 0.47 |
| Hex | 1A | D6 | 76 | 58 | 0 | 2D | 10 | 95 | 4E | 2F |
| Octal | 32 | 326 | 166 | 130 | 0 | 55 | 20 | 225 | 116 | 57 |
| Binary | 11010 | 11010110 | 1110110 | 1011000 | 0 | 101101 | 10000 | 10010101 | 1001110 | 101111 |
Color Harmonies of #1AD676
Complementary color
Monochromatic Colors of #1AD676
Black with #1AD676
Text Example
Text Example
White with #1AD676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD676; }
p { color: rgb(26,214,118); }
H1.HeaderClassName
{
color: #1AD676;
}
.AnyTagClassName
{
color: #1AD676;
}
</style>
background-color css
<style>
a { background-color: #1AD676; }
a { background-color: rgb(26,214,118); }
div.DivClassName
{
background-color: #1AD676;
}
.BgClassName
{
background-color: #1AD676;
}
</style>
border-color css
<style>
span { border-color: #1AD676; }
span { border-color: rgb(26,214,118); }
td.TdClassName
{
border-color: #1AD676;
}
.TagClassName
{
border-color: #1AD676;
}
</style>