Shades of Mountain Meadow #1AB38C
Tints of Mountain Meadow #1AB38C
RGB
CMYK
RGB Variations
Color information
#1AB38C (or 0x1AB38C) is known color: Mountain Meadow. HEX triplet: 1A, B3 and 8C. RGB value is (26,179,140). Sum of RGB (Red+Green+Blue) = 26+179+140=345 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.54% from 345); Green value is 179 (70.31% from 255 or 51.88% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 179 - color contains mainly: green. Hex color #1AB38C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AB38C is #E54C73. Grayscale: #808080. Windows color (decimal): -15027316 or 9220890. OLE color: 9220890.
HSL color Cylindrical-coordinate representation of color #1AB38C: hue angle of 164.71º 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 #1AB38C is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 26 | 179 | 140 | - |
| CMYK | 0.85 | 0 | 0.22 | 0.30 |
| HSL | 164.71º | 0.75% | 0.4% | - |
| HSV(B) | 164.71º | 0.85% | 0.7% | - |
| XYZ | 21.28 | 34.35 | 30.32 | - |
| YUV | 128.81 | 134.31 | 54.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 179 | 140 | 0.85 | 0 | 0.22 | 0.30 | 164.71 | 0.75 | 0.4 |
| Hex | 1A | B3 | 8C | 55 | 0 | 16 | 1E | A5 | 4B | 28 |
| Octal | 32 | 263 | 214 | 125 | 0 | 26 | 36 | 245 | 113 | 50 |
| Binary | 11010 | 10110011 | 10001100 | 1010101 | 0 | 10110 | 11110 | 10100101 | 1001011 | 101000 |
Color Harmonies of #1AB38C
Complementary color
Monochromatic Colors of #1AB38C
Black with #1AB38C
Text Example
Text Example
White with #1AB38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB38C; }
p { color: rgb(26,179,140); }
H1.HeaderClassName
{
color: #1AB38C;
}
.AnyTagClassName
{
color: #1AB38C;
}
</style>
background-color css
<style>
a { background-color: #1AB38C; }
a { background-color: rgb(26,179,140); }
div.DivClassName
{
background-color: #1AB38C;
}
.BgClassName
{
background-color: #1AB38C;
}
</style>
border-color css
<style>
span { border-color: #1AB38C; }
span { border-color: rgb(26,179,140); }
td.TdClassName
{
border-color: #1AB38C;
}
.TagClassName
{
border-color: #1AB38C;
}
</style>