Shades of Mountain Meadow #1CA881
Tints of Mountain Meadow #1CA881
RGB
CMYK
RGB Variations
Color information
#1CA881 (or 0x1CA881) is known color: Mountain Meadow. HEX triplet: 1C, A8 and 81. RGB value is (28,168,129). Sum of RGB (Red+Green+Blue) = 28+168+129=325 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.62% from 325); Green value is 168 (66.02% from 255 or 51.69% from 325); Blue value is 129 (50.78% from 255 or 39.69% from 325); Max value from RGB is 168 - color contains mainly: green. Hex color #1CA881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA881 is #E3577E. Grayscale: #797979. Windows color (decimal): -14899071 or 8497180. OLE color: 8497180.
HSL color Cylindrical-coordinate representation of color #1CA881: hue angle of 163.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 #1CA881 is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 28 | 168 | 129 | - |
| CMYK | 0.83 | 0 | 0.23 | 0.34 |
| HSL | 163.29º | 0.71% | 0.38% | - |
| HSV(B) | 163.29º | 0.83% | 0.66% | - |
| XYZ | 18.44 | 29.84 | 25.56 | - |
| YUV | 121.69 | 132.12 | 61.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 168 | 129 | 0.83 | 0 | 0.23 | 0.34 | 163.29 | 0.71 | 0.38 |
| Hex | 1C | A8 | 81 | 53 | 0 | 17 | 22 | A3 | 47 | 26 |
| Octal | 34 | 250 | 201 | 123 | 0 | 27 | 42 | 243 | 107 | 46 |
| Binary | 11100 | 10101000 | 10000001 | 1010011 | 0 | 10111 | 100010 | 10100011 | 1000111 | 100110 |
Color Harmonies of #1CA881
Complementary color
Monochromatic Colors of #1CA881
Black with #1CA881
Text Example
Text Example
White with #1CA881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA881; }
p { color: rgb(28,168,129); }
H1.HeaderClassName
{
color: #1CA881;
}
.AnyTagClassName
{
color: #1CA881;
}
</style>
background-color css
<style>
a { background-color: #1CA881; }
a { background-color: rgb(28,168,129); }
div.DivClassName
{
background-color: #1CA881;
}
.BgClassName
{
background-color: #1CA881;
}
</style>
border-color css
<style>
span { border-color: #1CA881; }
span { border-color: rgb(28,168,129); }
td.TdClassName
{
border-color: #1CA881;
}
.TagClassName
{
border-color: #1CA881;
}
</style>