Shades of Mountain Meadow #1CA87B
Tints of Mountain Meadow #1CA87B
RGB
CMYK
RGB Variations
Color information
#1CA87B (or 0x1CA87B) is known color: Mountain Meadow. HEX triplet: 1C, A8 and 7B. RGB value is (28,168,123). Sum of RGB (Red+Green+Blue) = 28+168+123=319 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.78% from 319); Green value is 168 (66.02% from 255 or 52.66% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 168 - color contains mainly: green. Hex color #1CA87B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA87B is #E35784. Grayscale: #797979. Windows color (decimal): -14899077 or 8103964. OLE color: 8103964.
HSL color Cylindrical-coordinate representation of color #1CA87B: hue angle of 160.71º 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 #1CA87B is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 28 | 168 | 123 | - |
| CMYK | 0.83 | 0 | 0.27 | 0.34 |
| HSL | 160.71º | 0.71% | 0.38% | - |
| HSV(B) | 160.71º | 0.83% | 0.66% | - |
| XYZ | 18.06 | 29.68 | 23.52 | - |
| YUV | 121.01 | 129.12 | 61.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 168 | 123 | 0.83 | 0 | 0.27 | 0.34 | 160.71 | 0.71 | 0.38 |
| Hex | 1C | A8 | 7B | 53 | 0 | 1B | 22 | A1 | 47 | 26 |
| Octal | 34 | 250 | 173 | 123 | 0 | 33 | 42 | 241 | 107 | 46 |
| Binary | 11100 | 10101000 | 1111011 | 1010011 | 0 | 11011 | 100010 | 10100001 | 1000111 | 100110 |
Color Harmonies of #1CA87B
Complementary color
Monochromatic Colors of #1CA87B
Black with #1CA87B
Text Example
Text Example
White with #1CA87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA87B; }
p { color: rgb(28,168,123); }
H1.HeaderClassName
{
color: #1CA87B;
}
.AnyTagClassName
{
color: #1CA87B;
}
</style>
background-color css
<style>
a { background-color: #1CA87B; }
a { background-color: rgb(28,168,123); }
div.DivClassName
{
background-color: #1CA87B;
}
.BgClassName
{
background-color: #1CA87B;
}
</style>
border-color css
<style>
span { border-color: #1CA87B; }
span { border-color: rgb(28,168,123); }
td.TdClassName
{
border-color: #1CA87B;
}
.TagClassName
{
border-color: #1CA87B;
}
</style>