Shades of Mountain Meadow #1AD182
Tints of Mountain Meadow #1AD182
RGB
CMYK
RGB Variations
Color information
#1AD182 (or 0x1AD182) is known color: Mountain Meadow. HEX triplet: 1A, D1 and 82. RGB value is (26,209,130). Sum of RGB (Red+Green+Blue) = 26+209+130=365 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.12% from 365); Green value is 209 (82.03% from 255 or 57.26% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 209 - color contains mainly: green. Hex color #1AD182 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD182 is #E52E7D. Grayscale: #919191. Windows color (decimal): -15019646 or 8573210. OLE color: 8573210.
HSL color Cylindrical-coordinate representation of color #1AD182: hue angle of 154.1º 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 #1AD182 is Cyan = 0.88, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 209 | 130 | - |
| CMYK | 0.88 | 0 | 0.38 | 0.18 |
| HSL | 154.1º | 0.78% | 0.46% | - |
| HSV(B) | 154.1º | 0.88% | 0.82% | - |
| XYZ | 27.26 | 47.43 | 28.84 | - |
| YUV | 145.28 | 119.37 | 42.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 209 | 130 | 0.88 | 0 | 0.38 | 0.18 | 154.1 | 0.78 | 0.46 |
| Hex | 1A | D1 | 82 | 58 | 0 | 26 | 12 | 9A | 4E | 2E |
| Octal | 32 | 321 | 202 | 130 | 0 | 46 | 22 | 232 | 116 | 56 |
| Binary | 11010 | 11010001 | 10000010 | 1011000 | 0 | 100110 | 10010 | 10011010 | 1001110 | 101110 |
Color Harmonies of #1AD182
Complementary color
Monochromatic Colors of #1AD182
Black with #1AD182
Text Example
Text Example
White with #1AD182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD182; }
p { color: rgb(26,209,130); }
H1.HeaderClassName
{
color: #1AD182;
}
.AnyTagClassName
{
color: #1AD182;
}
</style>
background-color css
<style>
a { background-color: #1AD182; }
a { background-color: rgb(26,209,130); }
div.DivClassName
{
background-color: #1AD182;
}
.BgClassName
{
background-color: #1AD182;
}
</style>
border-color css
<style>
span { border-color: #1AD182; }
span { border-color: rgb(26,209,130); }
td.TdClassName
{
border-color: #1AD182;
}
.TagClassName
{
border-color: #1AD182;
}
</style>