Shades of Mountain Meadow #1ACC8A
Tints of Mountain Meadow #1ACC8A
RGB
CMYK
RGB Variations
Color information
#1ACC8A (or 0x1ACC8A) is known color: Mountain Meadow. HEX triplet: 1A, CC and 8A. RGB value is (26,204,138). Sum of RGB (Red+Green+Blue) = 26+204+138=368 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.07% from 368); Green value is 204 (80.08% from 255 or 55.43% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 204 - color contains mainly: green. Hex color #1ACC8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ACC8A is #E53375. Grayscale: #8F8F8F. Windows color (decimal): -15020918 or 9096218. OLE color: 9096218.
HSL color Cylindrical-coordinate representation of color #1ACC8A: hue angle of 157.75º 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 #1ACC8A is Cyan = 0.87, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 26 | 204 | 138 | - |
| CMYK | 0.87 | 0 | 0.32 | 0.2 |
| HSL | 157.75º | 0.77% | 0.45% | - |
| HSV(B) | 157.75º | 0.87% | 0.8% | - |
| XYZ | 26.61 | 45.24 | 31.37 | - |
| YUV | 143.25 | 125.03 | 44.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 204 | 138 | 0.87 | 0 | 0.32 | 0.2 | 157.75 | 0.77 | 0.45 |
| Hex | 1A | CC | 8A | 57 | 0 | 20 | 14 | 9E | 4D | 2D |
| Octal | 32 | 314 | 212 | 127 | 0 | 40 | 24 | 236 | 115 | 55 |
| Binary | 11010 | 11001100 | 10001010 | 1010111 | 0 | 100000 | 10100 | 10011110 | 1001101 | 101101 |
Color Harmonies of #1ACC8A
Complementary color
Monochromatic Colors of #1ACC8A
Black with #1ACC8A
Text Example
Text Example
White with #1ACC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACC8A; }
p { color: rgb(26,204,138); }
H1.HeaderClassName
{
color: #1ACC8A;
}
.AnyTagClassName
{
color: #1ACC8A;
}
</style>
background-color css
<style>
a { background-color: #1ACC8A; }
a { background-color: rgb(26,204,138); }
div.DivClassName
{
background-color: #1ACC8A;
}
.BgClassName
{
background-color: #1ACC8A;
}
</style>
border-color css
<style>
span { border-color: #1ACC8A; }
span { border-color: rgb(26,204,138); }
td.TdClassName
{
border-color: #1ACC8A;
}
.TagClassName
{
border-color: #1ACC8A;
}
</style>