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