Shades of Mountain Meadow #1ACC7A
Tints of Mountain Meadow #1ACC7A
RGB
CMYK
RGB Variations
Color information
#1ACC7A (or 0x1ACC7A) is known color: Mountain Meadow. HEX triplet: 1A, CC and 7A. RGB value is (26,204,122). Sum of RGB (Red+Green+Blue) = 26+204+122=352 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.39% from 352); Green value is 204 (80.08% from 255 or 57.95% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 204 - color contains mainly: green. Hex color #1ACC7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ACC7A is #E53385. Grayscale: #8D8D8D. Windows color (decimal): -15020934 or 8047642. OLE color: 8047642.
HSL color Cylindrical-coordinate representation of color #1ACC7A: hue angle of 152.36º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACC7A is Cyan = 0.87, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 26 | 204 | 122 | - |
| CMYK | 0.87 | 0 | 0.40 | 0.2 |
| HSL | 152.36º | 0.77% | 0.45% | - |
| HSV(B) | 152.36º | 0.87% | 0.8% | - |
| XYZ | 25.53 | 44.81 | 25.72 | - |
| YUV | 141.43 | 117.03 | 45.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 204 | 122 | 0.87 | 0 | 0.40 | 0.2 | 152.36 | 0.77 | 0.45 |
| Hex | 1A | CC | 7A | 57 | 0 | 28 | 14 | 98 | 4D | 2D |
| Octal | 32 | 314 | 172 | 127 | 0 | 50 | 24 | 230 | 115 | 55 |
| Binary | 11010 | 11001100 | 1111010 | 1010111 | 0 | 101000 | 10100 | 10011000 | 1001101 | 101101 |
Color Harmonies of #1ACC7A
Complementary color
Monochromatic Colors of #1ACC7A
Black with #1ACC7A
Text Example
Text Example
White with #1ACC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACC7A; }
p { color: rgb(26,204,122); }
H1.HeaderClassName
{
color: #1ACC7A;
}
.AnyTagClassName
{
color: #1ACC7A;
}
</style>
background-color css
<style>
a { background-color: #1ACC7A; }
a { background-color: rgb(26,204,122); }
div.DivClassName
{
background-color: #1ACC7A;
}
.BgClassName
{
background-color: #1ACC7A;
}
</style>
border-color css
<style>
span { border-color: #1ACC7A; }
span { border-color: rgb(26,204,122); }
td.TdClassName
{
border-color: #1ACC7A;
}
.TagClassName
{
border-color: #1ACC7A;
}
</style>