Shades of Mountain Meadow #1CAA7D
Tints of Mountain Meadow #1CAA7D
RGB
CMYK
RGB Variations
Color information
#1CAA7D (or 0x1CAA7D) is known color: Mountain Meadow. HEX triplet: 1C, AA and 7D. RGB value is (28,170,125). Sum of RGB (Red+Green+Blue) = 28+170+125=323 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.67% from 323); Green value is 170 (66.80% from 255 or 52.63% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 170 - color contains mainly: green. Hex color #1CAA7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAA7D is #E35582. Grayscale: #7A7A7A. Windows color (decimal): -14898563 or 8235548. OLE color: 8235548.
HSL color Cylindrical-coordinate representation of color #1CAA7D: hue angle of 160.99º 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 #1CAA7D is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 170 | 125 | - |
| CMYK | 0.84 | 0 | 0.26 | 0.33 |
| HSL | 160.99º | 0.72% | 0.39% | - |
| HSV(B) | 160.99º | 0.84% | 0.67% | - |
| XYZ | 18.56 | 30.48 | 24.31 | - |
| YUV | 122.41 | 129.46 | 60.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 170 | 125 | 0.84 | 0 | 0.26 | 0.33 | 160.99 | 0.72 | 0.39 |
| Hex | 1C | AA | 7D | 54 | 0 | 1A | 21 | A1 | 48 | 27 |
| Octal | 34 | 252 | 175 | 124 | 0 | 32 | 41 | 241 | 110 | 47 |
| Binary | 11100 | 10101010 | 1111101 | 1010100 | 0 | 11010 | 100001 | 10100001 | 1001000 | 100111 |
Color Harmonies of #1CAA7D
Complementary color
Monochromatic Colors of #1CAA7D
Black with #1CAA7D
Text Example
Text Example
White with #1CAA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAA7D; }
p { color: rgb(28,170,125); }
H1.HeaderClassName
{
color: #1CAA7D;
}
.AnyTagClassName
{
color: #1CAA7D;
}
</style>
background-color css
<style>
a { background-color: #1CAA7D; }
a { background-color: rgb(28,170,125); }
div.DivClassName
{
background-color: #1CAA7D;
}
.BgClassName
{
background-color: #1CAA7D;
}
</style>
border-color css
<style>
span { border-color: #1CAA7D; }
span { border-color: rgb(28,170,125); }
td.TdClassName
{
border-color: #1CAA7D;
}
.TagClassName
{
border-color: #1CAA7D;
}
</style>