Shades of Mountain Meadow #1CAE7A
Tints of Mountain Meadow #1CAE7A
RGB
CMYK
RGB Variations
Color information
#1CAE7A (or 0x1CAE7A) is known color: Mountain Meadow. HEX triplet: 1C, AE and 7A. RGB value is (28,174,122). Sum of RGB (Red+Green+Blue) = 28+174+122=324 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.64% from 324); Green value is 174 (68.36% from 255 or 53.70% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 174 - color contains mainly: green. Hex color #1CAE7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAE7A is #E35185. Grayscale: #7C7C7C. Windows color (decimal): -14897542 or 8039964. OLE color: 8039964.
HSL color Cylindrical-coordinate representation of color #1CAE7A: hue angle of 158.63º 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 #1CAE7A is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 174 | 122 | - |
| CMYK | 0.84 | 0 | 0.30 | 0.32 |
| HSL | 158.63º | 0.72% | 0.4% | - |
| HSV(B) | 158.63º | 0.84% | 0.68% | - |
| XYZ | 19.13 | 31.92 | 23.57 | - |
| YUV | 124.42 | 126.63 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 174 | 122 | 0.84 | 0 | 0.30 | 0.32 | 158.63 | 0.72 | 0.4 |
| Hex | 1C | AE | 7A | 54 | 0 | 1E | 20 | 9F | 48 | 28 |
| Octal | 34 | 256 | 172 | 124 | 0 | 36 | 40 | 237 | 110 | 50 |
| Binary | 11100 | 10101110 | 1111010 | 1010100 | 0 | 11110 | 100000 | 10011111 | 1001000 | 101000 |
Color Harmonies of #1CAE7A
Complementary color
Monochromatic Colors of #1CAE7A
Black with #1CAE7A
Text Example
Text Example
White with #1CAE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAE7A; }
p { color: rgb(28,174,122); }
H1.HeaderClassName
{
color: #1CAE7A;
}
.AnyTagClassName
{
color: #1CAE7A;
}
</style>
background-color css
<style>
a { background-color: #1CAE7A; }
a { background-color: rgb(28,174,122); }
div.DivClassName
{
background-color: #1CAE7A;
}
.BgClassName
{
background-color: #1CAE7A;
}
</style>
border-color css
<style>
span { border-color: #1CAE7A; }
span { border-color: rgb(28,174,122); }
td.TdClassName
{
border-color: #1CAE7A;
}
.TagClassName
{
border-color: #1CAE7A;
}
</style>