Shades of Mountain Meadow #1AD284
Tints of Mountain Meadow #1AD284
RGB
CMYK
RGB Variations
Color information
#1AD284 (or 0x1AD284) is known color: Mountain Meadow. HEX triplet: 1A, D2 and 84. RGB value is (26,210,132). Sum of RGB (Red+Green+Blue) = 26+210+132=368 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.07% from 368); Green value is 210 (82.42% from 255 or 57.07% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD284 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD284 is #E52D7B. Grayscale: #929292. Windows color (decimal): -15019388 or 8704538. OLE color: 8704538.
HSL color Cylindrical-coordinate representation of color #1AD284: hue angle of 154.57º 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 #1AD284 is Cyan = 0.88, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 210 | 132 | - |
| CMYK | 0.88 | 0 | 0.37 | 0.18 |
| HSL | 154.57º | 0.78% | 0.46% | - |
| HSV(B) | 154.57º | 0.88% | 0.82% | - |
| XYZ | 27.64 | 47.98 | 29.63 | - |
| YUV | 146.09 | 120.04 | 42.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 210 | 132 | 0.88 | 0 | 0.37 | 0.18 | 154.57 | 0.78 | 0.46 |
| Hex | 1A | D2 | 84 | 58 | 0 | 25 | 12 | 9B | 4E | 2E |
| Octal | 32 | 322 | 204 | 130 | 0 | 45 | 22 | 233 | 116 | 56 |
| Binary | 11010 | 11010010 | 10000100 | 1011000 | 0 | 100101 | 10010 | 10011011 | 1001110 | 101110 |
Color Harmonies of #1AD284
Complementary color
Monochromatic Colors of #1AD284
Black with #1AD284
Text Example
Text Example
White with #1AD284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD284; }
p { color: rgb(26,210,132); }
H1.HeaderClassName
{
color: #1AD284;
}
.AnyTagClassName
{
color: #1AD284;
}
</style>
background-color css
<style>
a { background-color: #1AD284; }
a { background-color: rgb(26,210,132); }
div.DivClassName
{
background-color: #1AD284;
}
.BgClassName
{
background-color: #1AD284;
}
</style>
border-color css
<style>
span { border-color: #1AD284; }
span { border-color: rgb(26,210,132); }
td.TdClassName
{
border-color: #1AD284;
}
.TagClassName
{
border-color: #1AD284;
}
</style>