Shades of Mountain Meadow #1ABB74
Tints of Mountain Meadow #1ABB74
RGB
CMYK
RGB Variations
Color information
#1ABB74 (or 0x1ABB74) is known color: Mountain Meadow. HEX triplet: 1A, BB and 74. RGB value is (26,187,116). Sum of RGB (Red+Green+Blue) = 26+187+116=329 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.90% from 329); Green value is 187 (73.44% from 255 or 56.84% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 187 - color contains mainly: green. Hex color #1ABB74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABB74 is #E5448B. Grayscale: #828282. Windows color (decimal): -15025292 or 7650074. OLE color: 7650074.
HSL color Cylindrical-coordinate representation of color #1ABB74: hue angle of 153.54º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABB74 is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 187 | 116 | - |
| CMYK | 0.86 | 0 | 0.38 | 0.27 |
| HSL | 153.54º | 0.76% | 0.42% | - |
| HSV(B) | 153.54º | 0.86% | 0.73% | - |
| XYZ | 21.35 | 37.02 | 22.54 | - |
| YUV | 130.77 | 119.66 | 53.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 187 | 116 | 0.86 | 0 | 0.38 | 0.27 | 153.54 | 0.76 | 0.42 |
| Hex | 1A | BB | 74 | 56 | 0 | 26 | 1B | 9A | 4C | 2A |
| Octal | 32 | 273 | 164 | 126 | 0 | 46 | 33 | 232 | 114 | 52 |
| Binary | 11010 | 10111011 | 1110100 | 1010110 | 0 | 100110 | 11011 | 10011010 | 1001100 | 101010 |
Color Harmonies of #1ABB74
Complementary color
Monochromatic Colors of #1ABB74
Black with #1ABB74
Text Example
Text Example
White with #1ABB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABB74; }
p { color: rgb(26,187,116); }
H1.HeaderClassName
{
color: #1ABB74;
}
.AnyTagClassName
{
color: #1ABB74;
}
</style>
background-color css
<style>
a { background-color: #1ABB74; }
a { background-color: rgb(26,187,116); }
div.DivClassName
{
background-color: #1ABB74;
}
.BgClassName
{
background-color: #1ABB74;
}
</style>
border-color css
<style>
span { border-color: #1ABB74; }
span { border-color: rgb(26,187,116); }
td.TdClassName
{
border-color: #1ABB74;
}
.TagClassName
{
border-color: #1ABB74;
}
</style>