Shades of Mountain Meadow #1AB58F
Tints of Mountain Meadow #1AB58F
RGB
CMYK
RGB Variations
Color information
#1AB58F (or 0x1AB58F) is known color: Mountain Meadow. HEX triplet: 1A, B5 and 8F. RGB value is (26,181,143). Sum of RGB (Red+Green+Blue) = 26+181+143=350 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.43% from 350); Green value is 181 (71.09% from 255 or 51.71% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 181 - color contains mainly: green. Hex color #1AB58F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AB58F is #E54A70. Grayscale: #828282. Windows color (decimal): -15026801 or 9418010. OLE color: 9418010.
HSL color Cylindrical-coordinate representation of color #1AB58F: hue angle of 165.29º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB58F is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 26 | 181 | 143 | - |
| CMYK | 0.86 | 0 | 0.21 | 0.29 |
| HSL | 165.29º | 0.75% | 0.41% | - |
| HSV(B) | 165.29º | 0.86% | 0.71% | - |
| XYZ | 21.91 | 35.25 | 31.64 | - |
| YUV | 130.32 | 135.15 | 53.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 181 | 143 | 0.86 | 0 | 0.21 | 0.29 | 165.29 | 0.75 | 0.41 |
| Hex | 1A | B5 | 8F | 56 | 0 | 15 | 1D | A5 | 4B | 29 |
| Octal | 32 | 265 | 217 | 126 | 0 | 25 | 35 | 245 | 113 | 51 |
| Binary | 11010 | 10110101 | 10001111 | 1010110 | 0 | 10101 | 11101 | 10100101 | 1001011 | 101001 |
Color Harmonies of #1AB58F
Complementary color
Monochromatic Colors of #1AB58F
Black with #1AB58F
Text Example
Text Example
White with #1AB58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB58F; }
p { color: rgb(26,181,143); }
H1.HeaderClassName
{
color: #1AB58F;
}
.AnyTagClassName
{
color: #1AB58F;
}
</style>
background-color css
<style>
a { background-color: #1AB58F; }
a { background-color: rgb(26,181,143); }
div.DivClassName
{
background-color: #1AB58F;
}
.BgClassName
{
background-color: #1AB58F;
}
</style>
border-color css
<style>
span { border-color: #1AB58F; }
span { border-color: rgb(26,181,143); }
td.TdClassName
{
border-color: #1AB58F;
}
.TagClassName
{
border-color: #1AB58F;
}
</style>