Shades of Mountain Meadow #1ABC75
Tints of Mountain Meadow #1ABC75
RGB
CMYK
RGB Variations
Color information
#1ABC75 (or 0x1ABC75) is known color: Mountain Meadow. HEX triplet: 1A, BC and 75. RGB value is (26,188,117). Sum of RGB (Red+Green+Blue) = 26+188+117=331 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.85% from 331); Green value is 188 (73.83% from 255 or 56.80% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABC75 is #E5438A. Grayscale: #838383. Windows color (decimal): -15025035 or 7715866. OLE color: 7715866.
HSL color Cylindrical-coordinate representation of color #1ABC75: hue angle of 153.7º 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 #1ABC75 is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 188 | 117 | - |
| CMYK | 0.86 | 0 | 0.38 | 0.26 |
| HSL | 153.7º | 0.76% | 0.42% | - |
| HSV(B) | 153.7º | 0.86% | 0.74% | - |
| XYZ | 21.62 | 37.47 | 22.92 | - |
| YUV | 131.47 | 119.83 | 52.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 188 | 117 | 0.86 | 0 | 0.38 | 0.26 | 153.7 | 0.76 | 0.42 |
| Hex | 1A | BC | 75 | 56 | 0 | 26 | 1A | 9A | 4C | 2A |
| Octal | 32 | 274 | 165 | 126 | 0 | 46 | 32 | 232 | 114 | 52 |
| Binary | 11010 | 10111100 | 1110101 | 1010110 | 0 | 100110 | 11010 | 10011010 | 1001100 | 101010 |
Color Harmonies of #1ABC75
Complementary color
Monochromatic Colors of #1ABC75
Black with #1ABC75
Text Example
Text Example
White with #1ABC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABC75; }
p { color: rgb(26,188,117); }
H1.HeaderClassName
{
color: #1ABC75;
}
.AnyTagClassName
{
color: #1ABC75;
}
</style>
background-color css
<style>
a { background-color: #1ABC75; }
a { background-color: rgb(26,188,117); }
div.DivClassName
{
background-color: #1ABC75;
}
.BgClassName
{
background-color: #1ABC75;
}
</style>
border-color css
<style>
span { border-color: #1ABC75; }
span { border-color: rgb(26,188,117); }
td.TdClassName
{
border-color: #1ABC75;
}
.TagClassName
{
border-color: #1ABC75;
}
</style>