Shades of Mountain Meadow #1AD089
Tints of Mountain Meadow #1AD089
RGB
CMYK
RGB Variations
Color information
#1AD089 (or 0x1AD089) is known color: Mountain Meadow. HEX triplet: 1A, D0 and 89. RGB value is (26,208,137). Sum of RGB (Red+Green+Blue) = 26+208+137=371 (49% of max value = 765). Red value is 26 (10.55% from 255 or 7.01% from 371); Green value is 208 (81.64% from 255 or 56.06% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD089 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD089 is #E52F76. Grayscale: #919191. Windows color (decimal): -15019895 or 9031706. OLE color: 9031706.
HSL color Cylindrical-coordinate representation of color #1AD089: hue angle of 156.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 #1AD089 is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 137 | - |
| CMYK | 0.88 | 0 | 0.34 | 0.18 |
| HSL | 156.59º | 0.78% | 0.46% | - |
| HSV(B) | 156.59º | 0.88% | 0.82% | - |
| XYZ | 27.5 | 47.14 | 31.32 | - |
| YUV | 145.49 | 123.2 | 42.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 137 | 0.88 | 0 | 0.34 | 0.18 | 156.59 | 0.78 | 0.46 |
| Hex | 1A | D0 | 89 | 58 | 0 | 22 | 12 | 9D | 4E | 2E |
| Octal | 32 | 320 | 211 | 130 | 0 | 42 | 22 | 235 | 116 | 56 |
| Binary | 11010 | 11010000 | 10001001 | 1011000 | 0 | 100010 | 10010 | 10011101 | 1001110 | 101110 |
Color Harmonies of #1AD089
Complementary color
Monochromatic Colors of #1AD089
Black with #1AD089
Text Example
Text Example
White with #1AD089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD089; }
p { color: rgb(26,208,137); }
H1.HeaderClassName
{
color: #1AD089;
}
.AnyTagClassName
{
color: #1AD089;
}
</style>
background-color css
<style>
a { background-color: #1AD089; }
a { background-color: rgb(26,208,137); }
div.DivClassName
{
background-color: #1AD089;
}
.BgClassName
{
background-color: #1AD089;
}
</style>
border-color css
<style>
span { border-color: #1AD089; }
span { border-color: rgb(26,208,137); }
td.TdClassName
{
border-color: #1AD089;
}
.TagClassName
{
border-color: #1AD089;
}
</style>