Shades of Mountain Meadow #1AD27C
Tints of Mountain Meadow #1AD27C
RGB
CMYK
RGB Variations
Color information
#1AD27C (or 0x1AD27C) is known color: Mountain Meadow. HEX triplet: 1A, D2 and 7C. RGB value is (26,210,124). Sum of RGB (Red+Green+Blue) = 26+210+124=360 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.22% from 360); Green value is 210 (82.42% from 255 or 58.33% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD27C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD27C is #E52D83. Grayscale: #919191. Windows color (decimal): -15019396 or 8180250. OLE color: 8180250.
HSL color Cylindrical-coordinate representation of color #1AD27C: hue angle of 151.96º 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 #1AD27C is Cyan = 0.88, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 210 | 124 | - |
| CMYK | 0.88 | 0 | 0.41 | 0.18 |
| HSL | 151.96º | 0.78% | 0.46% | - |
| HSV(B) | 151.96º | 0.88% | 0.82% | - |
| XYZ | 27.11 | 47.77 | 26.86 | - |
| YUV | 145.18 | 116.04 | 42.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 210 | 124 | 0.88 | 0 | 0.41 | 0.18 | 151.96 | 0.78 | 0.46 |
| Hex | 1A | D2 | 7C | 58 | 0 | 29 | 12 | 98 | 4E | 2E |
| Octal | 32 | 322 | 174 | 130 | 0 | 51 | 22 | 230 | 116 | 56 |
| Binary | 11010 | 11010010 | 1111100 | 1011000 | 0 | 101001 | 10010 | 10011000 | 1001110 | 101110 |
Color Harmonies of #1AD27C
Complementary color
Monochromatic Colors of #1AD27C
Black with #1AD27C
Text Example
Text Example
White with #1AD27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD27C; }
p { color: rgb(26,210,124); }
H1.HeaderClassName
{
color: #1AD27C;
}
.AnyTagClassName
{
color: #1AD27C;
}
</style>
background-color css
<style>
a { background-color: #1AD27C; }
a { background-color: rgb(26,210,124); }
div.DivClassName
{
background-color: #1AD27C;
}
.BgClassName
{
background-color: #1AD27C;
}
</style>
border-color css
<style>
span { border-color: #1AD27C; }
span { border-color: rgb(26,210,124); }
td.TdClassName
{
border-color: #1AD27C;
}
.TagClassName
{
border-color: #1AD27C;
}
</style>