Shades of Mountain Meadow #1AD184
Tints of Mountain Meadow #1AD184
RGB
CMYK
RGB Variations
Color information
#1AD184 (or 0x1AD184) is known color: Mountain Meadow. HEX triplet: 1A, D1 and 84. RGB value is (26,209,132). Sum of RGB (Red+Green+Blue) = 26+209+132=367 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.08% from 367); Green value is 209 (82.03% from 255 or 56.95% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 209 - color contains mainly: green. Hex color #1AD184 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD184 is #E52E7B. Grayscale: #919191. Windows color (decimal): -15019644 or 8704282. OLE color: 8704282.
HSL color Cylindrical-coordinate representation of color #1AD184: hue angle of 154.75º 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 #1AD184 is Cyan = 0.88, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 209 | 132 | - |
| CMYK | 0.88 | 0 | 0.37 | 0.18 |
| HSL | 154.75º | 0.78% | 0.46% | - |
| HSV(B) | 154.75º | 0.88% | 0.82% | - |
| XYZ | 27.39 | 47.49 | 29.55 | - |
| YUV | 145.51 | 120.37 | 42.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 209 | 132 | 0.88 | 0 | 0.37 | 0.18 | 154.75 | 0.78 | 0.46 |
| Hex | 1A | D1 | 84 | 58 | 0 | 25 | 12 | 9B | 4E | 2E |
| Octal | 32 | 321 | 204 | 130 | 0 | 45 | 22 | 233 | 116 | 56 |
| Binary | 11010 | 11010001 | 10000100 | 1011000 | 0 | 100101 | 10010 | 10011011 | 1001110 | 101110 |
Color Harmonies of #1AD184
Complementary color
Monochromatic Colors of #1AD184
Black with #1AD184
Text Example
Text Example
White with #1AD184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD184; }
p { color: rgb(26,209,132); }
H1.HeaderClassName
{
color: #1AD184;
}
.AnyTagClassName
{
color: #1AD184;
}
</style>
background-color css
<style>
a { background-color: #1AD184; }
a { background-color: rgb(26,209,132); }
div.DivClassName
{
background-color: #1AD184;
}
.BgClassName
{
background-color: #1AD184;
}
</style>
border-color css
<style>
span { border-color: #1AD184; }
span { border-color: rgb(26,209,132); }
td.TdClassName
{
border-color: #1AD184;
}
.TagClassName
{
border-color: #1AD184;
}
</style>