Shades of Mountain Meadow #1AD281
Tints of Mountain Meadow #1AD281
RGB
CMYK
RGB Variations
Color information
#1AD281 (or 0x1AD281) is known color: Mountain Meadow. HEX triplet: 1A, D2 and 81. RGB value is (26,210,129). Sum of RGB (Red+Green+Blue) = 26+210+129=365 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.12% from 365); Green value is 210 (82.42% from 255 or 57.53% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD281 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD281 is #E52D7E. Grayscale: #919191. Windows color (decimal): -15019391 or 8507930. OLE color: 8507930.
HSL color Cylindrical-coordinate representation of color #1AD281: hue angle of 153.59º 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 #1AD281 is Cyan = 0.88, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 210 | 129 | - |
| CMYK | 0.88 | 0 | 0.39 | 0.18 |
| HSL | 153.59º | 0.78% | 0.46% | - |
| HSV(B) | 153.59º | 0.88% | 0.82% | - |
| XYZ | 27.44 | 47.9 | 28.57 | - |
| YUV | 145.75 | 118.54 | 42.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 210 | 129 | 0.88 | 0 | 0.39 | 0.18 | 153.59 | 0.78 | 0.46 |
| Hex | 1A | D2 | 81 | 58 | 0 | 27 | 12 | 9A | 4E | 2E |
| Octal | 32 | 322 | 201 | 130 | 0 | 47 | 22 | 232 | 116 | 56 |
| Binary | 11010 | 11010010 | 10000001 | 1011000 | 0 | 100111 | 10010 | 10011010 | 1001110 | 101110 |
Color Harmonies of #1AD281
Complementary color
Monochromatic Colors of #1AD281
Black with #1AD281
Text Example
Text Example
White with #1AD281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD281; }
p { color: rgb(26,210,129); }
H1.HeaderClassName
{
color: #1AD281;
}
.AnyTagClassName
{
color: #1AD281;
}
</style>
background-color css
<style>
a { background-color: #1AD281; }
a { background-color: rgb(26,210,129); }
div.DivClassName
{
background-color: #1AD281;
}
.BgClassName
{
background-color: #1AD281;
}
</style>
border-color css
<style>
span { border-color: #1AD281; }
span { border-color: rgb(26,210,129); }
td.TdClassName
{
border-color: #1AD281;
}
.TagClassName
{
border-color: #1AD281;
}
</style>