Shades of Mountain Meadow #1ABC74
Tints of Mountain Meadow #1ABC74
RGB
CMYK
RGB Variations
Color information
#1ABC74 (or 0x1ABC74) is known color: Mountain Meadow. HEX triplet: 1A, BC and 74. RGB value is (26,188,116). Sum of RGB (Red+Green+Blue) = 26+188+116=330 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.88% from 330); Green value is 188 (73.83% from 255 or 56.97% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABC74 is #E5438B. Grayscale: #838383. Windows color (decimal): -15025036 or 7650330. OLE color: 7650330.
HSL color Cylindrical-coordinate representation of color #1ABC74: hue angle of 153.33º 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 #1ABC74 is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 188 | 116 | - |
| CMYK | 0.86 | 0 | 0.38 | 0.26 |
| HSL | 153.33º | 0.76% | 0.42% | - |
| HSV(B) | 153.33º | 0.86% | 0.74% | - |
| XYZ | 21.56 | 37.45 | 22.61 | - |
| YUV | 131.35 | 119.33 | 52.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 188 | 116 | 0.86 | 0 | 0.38 | 0.26 | 153.33 | 0.76 | 0.42 |
| Hex | 1A | BC | 74 | 56 | 0 | 26 | 1A | 99 | 4C | 2A |
| Octal | 32 | 274 | 164 | 126 | 0 | 46 | 32 | 231 | 114 | 52 |
| Binary | 11010 | 10111100 | 1110100 | 1010110 | 0 | 100110 | 11010 | 10011001 | 1001100 | 101010 |
Color Harmonies of #1ABC74
Complementary color
Monochromatic Colors of #1ABC74
Black with #1ABC74
Text Example
Text Example
White with #1ABC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABC74; }
p { color: rgb(26,188,116); }
H1.HeaderClassName
{
color: #1ABC74;
}
.AnyTagClassName
{
color: #1ABC74;
}
</style>
background-color css
<style>
a { background-color: #1ABC74; }
a { background-color: rgb(26,188,116); }
div.DivClassName
{
background-color: #1ABC74;
}
.BgClassName
{
background-color: #1ABC74;
}
</style>
border-color css
<style>
span { border-color: #1ABC74; }
span { border-color: rgb(26,188,116); }
td.TdClassName
{
border-color: #1ABC74;
}
.TagClassName
{
border-color: #1ABC74;
}
</style>