Shades of Mountain Meadow #1ABC91
Tints of Mountain Meadow #1ABC91
RGB
CMYK
RGB Variations
Color information
#1ABC91 (or 0x1ABC91) is known color: Mountain Meadow. HEX triplet: 1A, BC and 91. RGB value is (26,188,145). Sum of RGB (Red+Green+Blue) = 26+188+145=359 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.24% from 359); Green value is 188 (73.83% from 255 or 52.37% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABC91 is #E5436E. Grayscale: #868686. Windows color (decimal): -15025007 or 9550874. OLE color: 9550874.
HSL color Cylindrical-coordinate representation of color #1ABC91: hue angle of 164.07º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABC91 is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 188 | 145 | - |
| CMYK | 0.86 | 0 | 0.23 | 0.26 |
| HSL | 164.07º | 0.76% | 0.42% | - |
| HSV(B) | 164.07º | 0.86% | 0.74% | - |
| XYZ | 23.52 | 38.23 | 32.93 | - |
| YUV | 134.66 | 133.83 | 50.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 188 | 145 | 0.86 | 0 | 0.23 | 0.26 | 164.07 | 0.76 | 0.42 |
| Hex | 1A | BC | 91 | 56 | 0 | 17 | 1A | A4 | 4C | 2A |
| Octal | 32 | 274 | 221 | 126 | 0 | 27 | 32 | 244 | 114 | 52 |
| Binary | 11010 | 10111100 | 10010001 | 1010110 | 0 | 10111 | 11010 | 10100100 | 1001100 | 101010 |
Color Harmonies of #1ABC91
Complementary color
Monochromatic Colors of #1ABC91
Black with #1ABC91
Text Example
Text Example
White with #1ABC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABC91; }
p { color: rgb(26,188,145); }
H1.HeaderClassName
{
color: #1ABC91;
}
.AnyTagClassName
{
color: #1ABC91;
}
</style>
background-color css
<style>
a { background-color: #1ABC91; }
a { background-color: rgb(26,188,145); }
div.DivClassName
{
background-color: #1ABC91;
}
.BgClassName
{
background-color: #1ABC91;
}
</style>
border-color css
<style>
span { border-color: #1ABC91; }
span { border-color: rgb(26,188,145); }
td.TdClassName
{
border-color: #1ABC91;
}
.TagClassName
{
border-color: #1ABC91;
}
</style>