Shades of Mountain Meadow #1CA87D
Tints of Mountain Meadow #1CA87D
RGB
CMYK
RGB Variations
Color information
#1CA87D (or 0x1CA87D) is known color: Mountain Meadow. HEX triplet: 1C, A8 and 7D. RGB value is (28,168,125). Sum of RGB (Red+Green+Blue) = 28+168+125=321 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.72% from 321); Green value is 168 (66.02% from 255 or 52.34% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 168 - color contains mainly: green. Hex color #1CA87D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA87D is #E35782. Grayscale: #797979. Windows color (decimal): -14899075 or 8235036. OLE color: 8235036.
HSL color Cylindrical-coordinate representation of color #1CA87D: hue angle of 161.57º 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 #1CA87D is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 28 | 168 | 125 | - |
| CMYK | 0.83 | 0 | 0.26 | 0.34 |
| HSL | 161.57º | 0.71% | 0.38% | - |
| HSV(B) | 161.57º | 0.83% | 0.66% | - |
| XYZ | 18.18 | 29.73 | 24.18 | - |
| YUV | 121.24 | 130.12 | 61.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 168 | 125 | 0.83 | 0 | 0.26 | 0.34 | 161.57 | 0.71 | 0.38 |
| Hex | 1C | A8 | 7D | 53 | 0 | 1A | 22 | A2 | 47 | 26 |
| Octal | 34 | 250 | 175 | 123 | 0 | 32 | 42 | 242 | 107 | 46 |
| Binary | 11100 | 10101000 | 1111101 | 1010011 | 0 | 11010 | 100010 | 10100010 | 1000111 | 100110 |
Color Harmonies of #1CA87D
Complementary color
Monochromatic Colors of #1CA87D
Black with #1CA87D
Text Example
Text Example
White with #1CA87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA87D; }
p { color: rgb(28,168,125); }
H1.HeaderClassName
{
color: #1CA87D;
}
.AnyTagClassName
{
color: #1CA87D;
}
</style>
background-color css
<style>
a { background-color: #1CA87D; }
a { background-color: rgb(28,168,125); }
div.DivClassName
{
background-color: #1CA87D;
}
.BgClassName
{
background-color: #1CA87D;
}
</style>
border-color css
<style>
span { border-color: #1CA87D; }
span { border-color: rgb(28,168,125); }
td.TdClassName
{
border-color: #1CA87D;
}
.TagClassName
{
border-color: #1CA87D;
}
</style>