Shades of Mountain Meadow #1AD187
Tints of Mountain Meadow #1AD187
RGB
CMYK
RGB Variations
Color information
#1AD187 (or 0x1AD187) is known color: Mountain Meadow. HEX triplet: 1A, D1 and 87. RGB value is (26,209,135). Sum of RGB (Red+Green+Blue) = 26+209+135=370 (49% of max value = 765). Red value is 26 (10.55% from 255 or 7.03% from 370); Green value is 209 (82.03% from 255 or 56.49% from 370); Blue value is 135 (53.12% from 255 or 36.49% from 370); Max value from RGB is 209 - color contains mainly: green. Hex color #1AD187 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD187 is #E52E78. Grayscale: #919191. Windows color (decimal): -15019641 or 8900890. OLE color: 8900890.
HSL color Cylindrical-coordinate representation of color #1AD187: hue angle of 155.74º 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 #1AD187 is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 209 | 135 | - |
| CMYK | 0.88 | 0 | 0.35 | 0.18 |
| HSL | 155.74º | 0.78% | 0.46% | - |
| HSV(B) | 155.74º | 0.88% | 0.82% | - |
| XYZ | 27.6 | 47.57 | 30.65 | - |
| YUV | 145.85 | 121.87 | 42.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 209 | 135 | 0.88 | 0 | 0.35 | 0.18 | 155.74 | 0.78 | 0.46 |
| Hex | 1A | D1 | 87 | 58 | 0 | 23 | 12 | 9C | 4E | 2E |
| Octal | 32 | 321 | 207 | 130 | 0 | 43 | 22 | 234 | 116 | 56 |
| Binary | 11010 | 11010001 | 10000111 | 1011000 | 0 | 100011 | 10010 | 10011100 | 1001110 | 101110 |
Color Harmonies of #1AD187
Complementary color
Monochromatic Colors of #1AD187
Black with #1AD187
Text Example
Text Example
White with #1AD187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD187; }
p { color: rgb(26,209,135); }
H1.HeaderClassName
{
color: #1AD187;
}
.AnyTagClassName
{
color: #1AD187;
}
</style>
background-color css
<style>
a { background-color: #1AD187; }
a { background-color: rgb(26,209,135); }
div.DivClassName
{
background-color: #1AD187;
}
.BgClassName
{
background-color: #1AD187;
}
</style>
border-color css
<style>
span { border-color: #1AD187; }
span { border-color: rgb(26,209,135); }
td.TdClassName
{
border-color: #1AD187;
}
.TagClassName
{
border-color: #1AD187;
}
</style>