Shades of Mountain Meadow #1CAA7C
Tints of Mountain Meadow #1CAA7C
RGB
CMYK
RGB Variations
Color information
#1CAA7C (or 0x1CAA7C) is known color: Mountain Meadow. HEX triplet: 1C, AA and 7C. RGB value is (28,170,124). Sum of RGB (Red+Green+Blue) = 28+170+124=322 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.70% from 322); Green value is 170 (66.80% from 255 or 52.80% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 170 - color contains mainly: green. Hex color #1CAA7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAA7C is #E35583. Grayscale: #7A7A7A. Windows color (decimal): -14898564 or 8170012. OLE color: 8170012.
HSL color Cylindrical-coordinate representation of color #1CAA7C: hue angle of 160.56º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAA7C is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 170 | 124 | - |
| CMYK | 0.84 | 0 | 0.27 | 0.33 |
| HSL | 160.56º | 0.72% | 0.39% | - |
| HSV(B) | 160.56º | 0.84% | 0.67% | - |
| XYZ | 18.49 | 30.45 | 23.97 | - |
| YUV | 122.3 | 128.96 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 170 | 124 | 0.84 | 0 | 0.27 | 0.33 | 160.56 | 0.72 | 0.39 |
| Hex | 1C | AA | 7C | 54 | 0 | 1B | 21 | A1 | 48 | 27 |
| Octal | 34 | 252 | 174 | 124 | 0 | 33 | 41 | 241 | 110 | 47 |
| Binary | 11100 | 10101010 | 1111100 | 1010100 | 0 | 11011 | 100001 | 10100001 | 1001000 | 100111 |
Color Harmonies of #1CAA7C
Complementary color
Monochromatic Colors of #1CAA7C
Black with #1CAA7C
Text Example
Text Example
White with #1CAA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAA7C; }
p { color: rgb(28,170,124); }
H1.HeaderClassName
{
color: #1CAA7C;
}
.AnyTagClassName
{
color: #1CAA7C;
}
</style>
background-color css
<style>
a { background-color: #1CAA7C; }
a { background-color: rgb(28,170,124); }
div.DivClassName
{
background-color: #1CAA7C;
}
.BgClassName
{
background-color: #1CAA7C;
}
</style>
border-color css
<style>
span { border-color: #1CAA7C; }
span { border-color: rgb(28,170,124); }
td.TdClassName
{
border-color: #1CAA7C;
}
.TagClassName
{
border-color: #1CAA7C;
}
</style>