Shades of Mountain Meadow #1ABE98
Tints of Mountain Meadow #1ABE98
RGB
CMYK
RGB Variations
Color information
#1ABE98 (or 0x1ABE98) is known color: Mountain Meadow. HEX triplet: 1A, BE and 98. RGB value is (26,190,152). Sum of RGB (Red+Green+Blue) = 26+190+152=368 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.07% from 368); Green value is 190 (74.61% from 255 or 51.63% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 190 - color contains mainly: green. Hex color #1ABE98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABE98 is #E54167. Grayscale: #888888. Windows color (decimal): -15024488 or 10010138. OLE color: 10010138.
HSL color Cylindrical-coordinate representation of color #1ABE98: hue angle of 166.1º 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 #1ABE98 is Cyan = 0.86, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 190 | 152 | - |
| CMYK | 0.86 | 0 | 0.2 | 0.25 |
| HSL | 166.1º | 0.76% | 0.42% | - |
| HSV(B) | 166.1º | 0.86% | 0.75% | - |
| XYZ | 24.51 | 39.31 | 36 | - |
| YUV | 136.63 | 136.67 | 49.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 190 | 152 | 0.86 | 0 | 0.2 | 0.25 | 166.1 | 0.76 | 0.42 |
| Hex | 1A | BE | 98 | 56 | 0 | 14 | 19 | A6 | 4C | 2A |
| Octal | 32 | 276 | 230 | 126 | 0 | 24 | 31 | 246 | 114 | 52 |
| Binary | 11010 | 10111110 | 10011000 | 1010110 | 0 | 10100 | 11001 | 10100110 | 1001100 | 101010 |
Color Harmonies of #1ABE98
Complementary color
Monochromatic Colors of #1ABE98
Black with #1ABE98
Text Example
Text Example
White with #1ABE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABE98; }
p { color: rgb(26,190,152); }
H1.HeaderClassName
{
color: #1ABE98;
}
.AnyTagClassName
{
color: #1ABE98;
}
</style>
background-color css
<style>
a { background-color: #1ABE98; }
a { background-color: rgb(26,190,152); }
div.DivClassName
{
background-color: #1ABE98;
}
.BgClassName
{
background-color: #1ABE98;
}
</style>
border-color css
<style>
span { border-color: #1ABE98; }
span { border-color: rgb(26,190,152); }
td.TdClassName
{
border-color: #1ABE98;
}
.TagClassName
{
border-color: #1ABE98;
}
</style>