Shades of Mountain Meadow #1AC47A
Tints of Mountain Meadow #1AC47A
RGB
CMYK
RGB Variations
Color information
#1AC47A (or 0x1AC47A) is known color: Mountain Meadow. HEX triplet: 1A, C4 and 7A. RGB value is (26,196,122). Sum of RGB (Red+Green+Blue) = 26+196+122=344 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.56% from 344); Green value is 196 (76.95% from 255 or 56.98% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 196 - color contains mainly: green. Hex color #1AC47A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AC47A is #E53B85. Grayscale: #888888. Windows color (decimal): -15022982 or 8045594. OLE color: 8045594.
HSL color Cylindrical-coordinate representation of color #1AC47A: hue angle of 153.88º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC47A is Cyan = 0.87, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 26 | 196 | 122 | - |
| CMYK | 0.87 | 0 | 0.38 | 0.23 |
| HSL | 153.88º | 0.77% | 0.44% | - |
| HSV(B) | 153.88º | 0.87% | 0.77% | - |
| XYZ | 23.68 | 41.1 | 25.1 | - |
| YUV | 136.73 | 119.68 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 196 | 122 | 0.87 | 0 | 0.38 | 0.23 | 153.88 | 0.77 | 0.44 |
| Hex | 1A | C4 | 7A | 57 | 0 | 26 | 17 | 9A | 4D | 2C |
| Octal | 32 | 304 | 172 | 127 | 0 | 46 | 27 | 232 | 115 | 54 |
| Binary | 11010 | 11000100 | 1111010 | 1010111 | 0 | 100110 | 10111 | 10011010 | 1001101 | 101100 |
Color Harmonies of #1AC47A
Complementary color
Monochromatic Colors of #1AC47A
Black with #1AC47A
Text Example
Text Example
White with #1AC47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC47A; }
p { color: rgb(26,196,122); }
H1.HeaderClassName
{
color: #1AC47A;
}
.AnyTagClassName
{
color: #1AC47A;
}
</style>
background-color css
<style>
a { background-color: #1AC47A; }
a { background-color: rgb(26,196,122); }
div.DivClassName
{
background-color: #1AC47A;
}
.BgClassName
{
background-color: #1AC47A;
}
</style>
border-color css
<style>
span { border-color: #1AC47A; }
span { border-color: rgb(26,196,122); }
td.TdClassName
{
border-color: #1AC47A;
}
.TagClassName
{
border-color: #1AC47A;
}
</style>