Shades of Mountain Meadow #1AB28A
Tints of Mountain Meadow #1AB28A
RGB
CMYK
RGB Variations
Color information
#1AB28A (or 0x1AB28A) is known color: Mountain Meadow. HEX triplet: 1A, B2 and 8A. RGB value is (26,178,138). Sum of RGB (Red+Green+Blue) = 26+178+138=342 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.60% from 342); Green value is 178 (69.92% from 255 or 52.05% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 178 - color contains mainly: green. Hex color #1AB28A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AB28A is #E54D75. Grayscale: #808080. Windows color (decimal): -15027574 or 9089562. OLE color: 9089562.
HSL color Cylindrical-coordinate representation of color #1AB28A: hue angle of 164.21º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AB28A is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 26 | 178 | 138 | - |
| CMYK | 0.85 | 0 | 0.22 | 0.30 |
| HSL | 164.21º | 0.75% | 0.4% | - |
| HSV(B) | 164.21º | 0.85% | 0.7% | - |
| XYZ | 20.93 | 33.9 | 29.48 | - |
| YUV | 127.99 | 133.64 | 55.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 178 | 138 | 0.85 | 0 | 0.22 | 0.30 | 164.21 | 0.75 | 0.4 |
| Hex | 1A | B2 | 8A | 55 | 0 | 16 | 1E | A4 | 4B | 28 |
| Octal | 32 | 262 | 212 | 125 | 0 | 26 | 36 | 244 | 113 | 50 |
| Binary | 11010 | 10110010 | 10001010 | 1010101 | 0 | 10110 | 11110 | 10100100 | 1001011 | 101000 |
Color Harmonies of #1AB28A
Complementary color
Monochromatic Colors of #1AB28A
Black with #1AB28A
Text Example
Text Example
White with #1AB28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB28A; }
p { color: rgb(26,178,138); }
H1.HeaderClassName
{
color: #1AB28A;
}
.AnyTagClassName
{
color: #1AB28A;
}
</style>
background-color css
<style>
a { background-color: #1AB28A; }
a { background-color: rgb(26,178,138); }
div.DivClassName
{
background-color: #1AB28A;
}
.BgClassName
{
background-color: #1AB28A;
}
</style>
border-color css
<style>
span { border-color: #1AB28A; }
span { border-color: rgb(26,178,138); }
td.TdClassName
{
border-color: #1AB28A;
}
.TagClassName
{
border-color: #1AB28A;
}
</style>