Shades of Mountain Meadow #1AD274
Tints of Mountain Meadow #1AD274
RGB
CMYK
RGB Variations
Color information
#1AD274 (or 0x1AD274) is known color: Mountain Meadow. HEX triplet: 1A, D2 and 74. RGB value is (26,210,116). Sum of RGB (Red+Green+Blue) = 26+210+116=352 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.39% from 352); Green value is 210 (82.42% from 255 or 59.66% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD274 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD274 is #E52D8B. Grayscale: #909090. Windows color (decimal): -15019404 or 7655962. OLE color: 7655962.
HSL color Cylindrical-coordinate representation of color #1AD274: hue angle of 149.35º 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 #1AD274 is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 210 | 116 | - |
| CMYK | 0.88 | 0 | 0.45 | 0.18 |
| HSL | 149.35º | 0.78% | 0.46% | - |
| HSV(B) | 149.35º | 0.88% | 0.82% | - |
| XYZ | 26.62 | 47.57 | 24.3 | - |
| YUV | 144.27 | 112.04 | 43.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 210 | 116 | 0.88 | 0 | 0.45 | 0.18 | 149.35 | 0.78 | 0.46 |
| Hex | 1A | D2 | 74 | 58 | 0 | 2D | 12 | 95 | 4E | 2E |
| Octal | 32 | 322 | 164 | 130 | 0 | 55 | 22 | 225 | 116 | 56 |
| Binary | 11010 | 11010010 | 1110100 | 1011000 | 0 | 101101 | 10010 | 10010101 | 1001110 | 101110 |
Color Harmonies of #1AD274
Complementary color
Monochromatic Colors of #1AD274
Black with #1AD274
Text Example
Text Example
White with #1AD274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD274; }
p { color: rgb(26,210,116); }
H1.HeaderClassName
{
color: #1AD274;
}
.AnyTagClassName
{
color: #1AD274;
}
</style>
background-color css
<style>
a { background-color: #1AD274; }
a { background-color: rgb(26,210,116); }
div.DivClassName
{
background-color: #1AD274;
}
.BgClassName
{
background-color: #1AD274;
}
</style>
border-color css
<style>
span { border-color: #1AD274; }
span { border-color: rgb(26,210,116); }
td.TdClassName
{
border-color: #1AD274;
}
.TagClassName
{
border-color: #1AD274;
}
</style>