Shades of Mountain Meadow #1ABE7A
Tints of Mountain Meadow #1ABE7A
RGB
CMYK
RGB Variations
Color information
#1ABE7A (or 0x1ABE7A) is known color: Mountain Meadow. HEX triplet: 1A, BE and 7A. RGB value is (26,190,122). Sum of RGB (Red+Green+Blue) = 26+190+122=338 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.69% from 338); Green value is 190 (74.61% from 255 or 56.21% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 190 - color contains mainly: green. Hex color #1ABE7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABE7A is #E54185. Grayscale: #858585. Windows color (decimal): -15024518 or 8044058. OLE color: 8044058.
HSL color Cylindrical-coordinate representation of color #1ABE7A: hue angle of 155.12º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABE7A is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 190 | 122 | - |
| CMYK | 0.86 | 0 | 0.36 | 0.25 |
| HSL | 155.12º | 0.76% | 0.42% | - |
| HSV(B) | 155.12º | 0.86% | 0.75% | - |
| XYZ | 22.35 | 38.45 | 24.66 | - |
| YUV | 133.21 | 121.67 | 51.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 190 | 122 | 0.86 | 0 | 0.36 | 0.25 | 155.12 | 0.76 | 0.42 |
| Hex | 1A | BE | 7A | 56 | 0 | 24 | 19 | 9B | 4C | 2A |
| Octal | 32 | 276 | 172 | 126 | 0 | 44 | 31 | 233 | 114 | 52 |
| Binary | 11010 | 10111110 | 1111010 | 1010110 | 0 | 100100 | 11001 | 10011011 | 1001100 | 101010 |
Color Harmonies of #1ABE7A
Complementary color
Monochromatic Colors of #1ABE7A
Black with #1ABE7A
Text Example
Text Example
White with #1ABE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABE7A; }
p { color: rgb(26,190,122); }
H1.HeaderClassName
{
color: #1ABE7A;
}
.AnyTagClassName
{
color: #1ABE7A;
}
</style>
background-color css
<style>
a { background-color: #1ABE7A; }
a { background-color: rgb(26,190,122); }
div.DivClassName
{
background-color: #1ABE7A;
}
.BgClassName
{
background-color: #1ABE7A;
}
</style>
border-color css
<style>
span { border-color: #1ABE7A; }
span { border-color: rgb(26,190,122); }
td.TdClassName
{
border-color: #1ABE7A;
}
.TagClassName
{
border-color: #1ABE7A;
}
</style>