Shades of Mountain Meadow #1CA87A
Tints of Mountain Meadow #1CA87A
RGB
CMYK
RGB Variations
Color information
#1CA87A (or 0x1CA87A) is known color: Mountain Meadow. HEX triplet: 1C, A8 and 7A. RGB value is (28,168,122). Sum of RGB (Red+Green+Blue) = 28+168+122=318 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.81% from 318); Green value is 168 (66.02% from 255 or 52.83% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 168 - color contains mainly: green. Hex color #1CA87A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA87A is #E35785. Grayscale: #787878. Windows color (decimal): -14899078 or 8038428. OLE color: 8038428.
HSL color Cylindrical-coordinate representation of color #1CA87A: hue angle of 160.29º 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 #1CA87A is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 28 | 168 | 122 | - |
| CMYK | 0.83 | 0 | 0.27 | 0.34 |
| HSL | 160.29º | 0.71% | 0.38% | - |
| HSV(B) | 160.29º | 0.83% | 0.66% | - |
| XYZ | 17.99 | 29.66 | 23.19 | - |
| YUV | 120.9 | 128.62 | 61.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 168 | 122 | 0.83 | 0 | 0.27 | 0.34 | 160.29 | 0.71 | 0.38 |
| Hex | 1C | A8 | 7A | 53 | 0 | 1B | 22 | A0 | 47 | 26 |
| Octal | 34 | 250 | 172 | 123 | 0 | 33 | 42 | 240 | 107 | 46 |
| Binary | 11100 | 10101000 | 1111010 | 1010011 | 0 | 11011 | 100010 | 10100000 | 1000111 | 100110 |
Color Harmonies of #1CA87A
Complementary color
Monochromatic Colors of #1CA87A
Black with #1CA87A
Text Example
Text Example
White with #1CA87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA87A; }
p { color: rgb(28,168,122); }
H1.HeaderClassName
{
color: #1CA87A;
}
.AnyTagClassName
{
color: #1CA87A;
}
</style>
background-color css
<style>
a { background-color: #1CA87A; }
a { background-color: rgb(28,168,122); }
div.DivClassName
{
background-color: #1CA87A;
}
.BgClassName
{
background-color: #1CA87A;
}
</style>
border-color css
<style>
span { border-color: #1CA87A; }
span { border-color: rgb(28,168,122); }
td.TdClassName
{
border-color: #1CA87A;
}
.TagClassName
{
border-color: #1CA87A;
}
</style>