Shades of Mountain Meadow #1AC67D
Tints of Mountain Meadow #1AC67D
RGB
CMYK
RGB Variations
Color information
#1AC67D (or 0x1AC67D) is known color: Mountain Meadow. HEX triplet: 1A, C6 and 7D. RGB value is (26,198,125). Sum of RGB (Red+Green+Blue) = 26+198+125=349 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.45% from 349); Green value is 198 (77.73% from 255 or 56.73% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 198 - color contains mainly: green. Hex color #1AC67D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AC67D is #E53982. Grayscale: #8A8A8A. Windows color (decimal): -15022467 or 8242714. OLE color: 8242714.
HSL color Cylindrical-coordinate representation of color #1AC67D: hue angle of 154.53º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC67D is Cyan = 0.87, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 26 | 198 | 125 | - |
| CMYK | 0.87 | 0 | 0.37 | 0.22 |
| HSL | 154.53º | 0.77% | 0.44% | - |
| HSV(B) | 154.53º | 0.87% | 0.78% | - |
| XYZ | 24.32 | 42.09 | 26.24 | - |
| YUV | 138.25 | 120.52 | 47.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 198 | 125 | 0.87 | 0 | 0.37 | 0.22 | 154.53 | 0.77 | 0.44 |
| Hex | 1A | C6 | 7D | 57 | 0 | 25 | 16 | 9B | 4D | 2C |
| Octal | 32 | 306 | 175 | 127 | 0 | 45 | 26 | 233 | 115 | 54 |
| Binary | 11010 | 11000110 | 1111101 | 1010111 | 0 | 100101 | 10110 | 10011011 | 1001101 | 101100 |
Color Harmonies of #1AC67D
Complementary color
Monochromatic Colors of #1AC67D
Black with #1AC67D
Text Example
Text Example
White with #1AC67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC67D; }
p { color: rgb(26,198,125); }
H1.HeaderClassName
{
color: #1AC67D;
}
.AnyTagClassName
{
color: #1AC67D;
}
</style>
background-color css
<style>
a { background-color: #1AC67D; }
a { background-color: rgb(26,198,125); }
div.DivClassName
{
background-color: #1AC67D;
}
.BgClassName
{
background-color: #1AC67D;
}
</style>
border-color css
<style>
span { border-color: #1AC67D; }
span { border-color: rgb(26,198,125); }
td.TdClassName
{
border-color: #1AC67D;
}
.TagClassName
{
border-color: #1AC67D;
}
</style>