Shades of Mountain Meadow #1ABE8A
Tints of Mountain Meadow #1ABE8A
RGB
CMYK
RGB Variations
Color information
#1ABE8A (or 0x1ABE8A) is known color: Mountain Meadow. HEX triplet: 1A, BE and 8A. RGB value is (26,190,138). Sum of RGB (Red+Green+Blue) = 26+190+138=354 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.34% from 354); Green value is 190 (74.61% from 255 or 53.67% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 190 - color contains mainly: green. Hex color #1ABE8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABE8A is #E54175. Grayscale: #878787. Windows color (decimal): -15024502 or 9092634. OLE color: 9092634.
HSL color Cylindrical-coordinate representation of color #1ABE8A: hue angle of 160.98º 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 #1ABE8A is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 190 | 138 | - |
| CMYK | 0.86 | 0 | 0.27 | 0.25 |
| HSL | 160.98º | 0.76% | 0.42% | - |
| HSV(B) | 160.98º | 0.86% | 0.75% | - |
| XYZ | 23.43 | 38.88 | 30.31 | - |
| YUV | 135.04 | 129.67 | 50.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 190 | 138 | 0.86 | 0 | 0.27 | 0.25 | 160.98 | 0.76 | 0.42 |
| Hex | 1A | BE | 8A | 56 | 0 | 1B | 19 | A1 | 4C | 2A |
| Octal | 32 | 276 | 212 | 126 | 0 | 33 | 31 | 241 | 114 | 52 |
| Binary | 11010 | 10111110 | 10001010 | 1010110 | 0 | 11011 | 11001 | 10100001 | 1001100 | 101010 |
Color Harmonies of #1ABE8A
Complementary color
Monochromatic Colors of #1ABE8A
Black with #1ABE8A
Text Example
Text Example
White with #1ABE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABE8A; }
p { color: rgb(26,190,138); }
H1.HeaderClassName
{
color: #1ABE8A;
}
.AnyTagClassName
{
color: #1ABE8A;
}
</style>
background-color css
<style>
a { background-color: #1ABE8A; }
a { background-color: rgb(26,190,138); }
div.DivClassName
{
background-color: #1ABE8A;
}
.BgClassName
{
background-color: #1ABE8A;
}
</style>
border-color css
<style>
span { border-color: #1ABE8A; }
span { border-color: rgb(26,190,138); }
td.TdClassName
{
border-color: #1ABE8A;
}
.TagClassName
{
border-color: #1ABE8A;
}
</style>