Shades of Mountain Meadow #1CA87C
Tints of Mountain Meadow #1CA87C
RGB
CMYK
RGB Variations
Color information
#1CA87C (or 0x1CA87C) is known color: Mountain Meadow. HEX triplet: 1C, A8 and 7C. RGB value is (28,168,124). Sum of RGB (Red+Green+Blue) = 28+168+124=320 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.75% from 320); Green value is 168 (66.02% from 255 or 52.5% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 168 - color contains mainly: green. Hex color #1CA87C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA87C is #E35783. Grayscale: #797979. Windows color (decimal): -14899076 or 8169500. OLE color: 8169500.
HSL color Cylindrical-coordinate representation of color #1CA87C: hue angle of 161.14º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA87C is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 28 | 168 | 124 | - |
| CMYK | 0.83 | 0 | 0.26 | 0.34 |
| HSL | 161.14º | 0.71% | 0.38% | - |
| HSV(B) | 161.14º | 0.83% | 0.66% | - |
| XYZ | 18.12 | 29.71 | 23.85 | - |
| YUV | 121.12 | 129.62 | 61.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 168 | 124 | 0.83 | 0 | 0.26 | 0.34 | 161.14 | 0.71 | 0.38 |
| Hex | 1C | A8 | 7C | 53 | 0 | 1A | 22 | A1 | 47 | 26 |
| Octal | 34 | 250 | 174 | 123 | 0 | 32 | 42 | 241 | 107 | 46 |
| Binary | 11100 | 10101000 | 1111100 | 1010011 | 0 | 11010 | 100010 | 10100001 | 1000111 | 100110 |
Color Harmonies of #1CA87C
Complementary color
Monochromatic Colors of #1CA87C
Black with #1CA87C
Text Example
Text Example
White with #1CA87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA87C; }
p { color: rgb(28,168,124); }
H1.HeaderClassName
{
color: #1CA87C;
}
.AnyTagClassName
{
color: #1CA87C;
}
</style>
background-color css
<style>
a { background-color: #1CA87C; }
a { background-color: rgb(28,168,124); }
div.DivClassName
{
background-color: #1CA87C;
}
.BgClassName
{
background-color: #1CA87C;
}
</style>
border-color css
<style>
span { border-color: #1CA87C; }
span { border-color: rgb(28,168,124); }
td.TdClassName
{
border-color: #1CA87C;
}
.TagClassName
{
border-color: #1CA87C;
}
</style>