Shades of Mountain Meadow #1AD476
Tints of Mountain Meadow #1AD476
RGB
CMYK
RGB Variations
Color information
#1AD476 (or 0x1AD476) is known color: Mountain Meadow. HEX triplet: 1A, D4 and 76. RGB value is (26,212,118). Sum of RGB (Red+Green+Blue) = 26+212+118=356 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.30% from 356); Green value is 212 (83.20% from 255 or 59.55% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 212 - color contains mainly: green. Hex color #1AD476 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD476 is #E52B89. Grayscale: #919191. Windows color (decimal): -15018890 or 7787546. OLE color: 7787546.
HSL color Cylindrical-coordinate representation of color #1AD476: hue angle of 149.68º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD476 is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 212 | 118 | - |
| CMYK | 0.88 | 0 | 0.44 | 0.17 |
| HSL | 149.68º | 0.78% | 0.47% | - |
| HSV(B) | 149.68º | 0.88% | 0.83% | - |
| XYZ | 27.24 | 48.61 | 25.09 | - |
| YUV | 145.67 | 112.38 | 42.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 212 | 118 | 0.88 | 0 | 0.44 | 0.17 | 149.68 | 0.78 | 0.47 |
| Hex | 1A | D4 | 76 | 58 | 0 | 2C | 11 | 96 | 4E | 2F |
| Octal | 32 | 324 | 166 | 130 | 0 | 54 | 21 | 226 | 116 | 57 |
| Binary | 11010 | 11010100 | 1110110 | 1011000 | 0 | 101100 | 10001 | 10010110 | 1001110 | 101111 |
Color Harmonies of #1AD476
Complementary color
Monochromatic Colors of #1AD476
Black with #1AD476
Text Example
Text Example
White with #1AD476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD476; }
p { color: rgb(26,212,118); }
H1.HeaderClassName
{
color: #1AD476;
}
.AnyTagClassName
{
color: #1AD476;
}
</style>
background-color css
<style>
a { background-color: #1AD476; }
a { background-color: rgb(26,212,118); }
div.DivClassName
{
background-color: #1AD476;
}
.BgClassName
{
background-color: #1AD476;
}
</style>
border-color css
<style>
span { border-color: #1AD476; }
span { border-color: rgb(26,212,118); }
td.TdClassName
{
border-color: #1AD476;
}
.TagClassName
{
border-color: #1AD476;
}
</style>