Shades of Mountain Meadow #1CAE77
Tints of Mountain Meadow #1CAE77
RGB
CMYK
RGB Variations
Color information
#1CAE77 (or 0x1CAE77) is known color: Mountain Meadow. HEX triplet: 1C, AE and 77. RGB value is (28,174,119). Sum of RGB (Red+Green+Blue) = 28+174+119=321 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.72% from 321); Green value is 174 (68.36% from 255 or 54.21% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 174 - color contains mainly: green. Hex color #1CAE77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAE77 is #E35188. Grayscale: #7C7C7C. Windows color (decimal): -14897545 or 7843356. OLE color: 7843356.
HSL color Cylindrical-coordinate representation of color #1CAE77: hue angle of 157.4º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAE77 is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 174 | 119 | - |
| CMYK | 0.84 | 0 | 0.32 | 0.32 |
| HSL | 157.4º | 0.72% | 0.4% | - |
| HSV(B) | 157.4º | 0.84% | 0.68% | - |
| XYZ | 18.94 | 31.85 | 22.6 | - |
| YUV | 124.08 | 125.13 | 59.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 174 | 119 | 0.84 | 0 | 0.32 | 0.32 | 157.4 | 0.72 | 0.4 |
| Hex | 1C | AE | 77 | 54 | 0 | 20 | 20 | 9D | 48 | 28 |
| Octal | 34 | 256 | 167 | 124 | 0 | 40 | 40 | 235 | 110 | 50 |
| Binary | 11100 | 10101110 | 1110111 | 1010100 | 0 | 100000 | 100000 | 10011101 | 1001000 | 101000 |
Color Harmonies of #1CAE77
Complementary color
Monochromatic Colors of #1CAE77
Black with #1CAE77
Text Example
Text Example
White with #1CAE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAE77; }
p { color: rgb(28,174,119); }
H1.HeaderClassName
{
color: #1CAE77;
}
.AnyTagClassName
{
color: #1CAE77;
}
</style>
background-color css
<style>
a { background-color: #1CAE77; }
a { background-color: rgb(28,174,119); }
div.DivClassName
{
background-color: #1CAE77;
}
.BgClassName
{
background-color: #1CAE77;
}
</style>
border-color css
<style>
span { border-color: #1CAE77; }
span { border-color: rgb(28,174,119); }
td.TdClassName
{
border-color: #1CAE77;
}
.TagClassName
{
border-color: #1CAE77;
}
</style>