Shades of Mountain Meadow #1AD088
Tints of Mountain Meadow #1AD088
RGB
CMYK
RGB Variations
Color information
#1AD088 (or 0x1AD088) is known color: Mountain Meadow. HEX triplet: 1A, D0 and 88. RGB value is (26,208,136). Sum of RGB (Red+Green+Blue) = 26+208+136=370 (49% of max value = 765). Red value is 26 (10.55% from 255 or 7.03% from 370); Green value is 208 (81.64% from 255 or 56.22% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD088 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD088 is #E52F77. Grayscale: #919191. Windows color (decimal): -15019896 or 8966170. OLE color: 8966170.
HSL color Cylindrical-coordinate representation of color #1AD088: hue angle of 156.26º 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 #1AD088 is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 136 | - |
| CMYK | 0.88 | 0 | 0.35 | 0.18 |
| HSL | 156.26º | 0.78% | 0.46% | - |
| HSV(B) | 156.26º | 0.88% | 0.82% | - |
| XYZ | 27.43 | 47.11 | 30.94 | - |
| YUV | 145.37 | 122.7 | 42.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 136 | 0.88 | 0 | 0.35 | 0.18 | 156.26 | 0.78 | 0.46 |
| Hex | 1A | D0 | 88 | 58 | 0 | 23 | 12 | 9C | 4E | 2E |
| Octal | 32 | 320 | 210 | 130 | 0 | 43 | 22 | 234 | 116 | 56 |
| Binary | 11010 | 11010000 | 10001000 | 1011000 | 0 | 100011 | 10010 | 10011100 | 1001110 | 101110 |
Color Harmonies of #1AD088
Complementary color
Monochromatic Colors of #1AD088
Black with #1AD088
Text Example
Text Example
White with #1AD088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD088; }
p { color: rgb(26,208,136); }
H1.HeaderClassName
{
color: #1AD088;
}
.AnyTagClassName
{
color: #1AD088;
}
</style>
background-color css
<style>
a { background-color: #1AD088; }
a { background-color: rgb(26,208,136); }
div.DivClassName
{
background-color: #1AD088;
}
.BgClassName
{
background-color: #1AD088;
}
</style>
border-color css
<style>
span { border-color: #1AD088; }
span { border-color: rgb(26,208,136); }
td.TdClassName
{
border-color: #1AD088;
}
.TagClassName
{
border-color: #1AD088;
}
</style>