Shades of Mountain Meadow #1CA770
Tints of Mountain Meadow #1CA770
RGB
CMYK
RGB Variations
Color information
#1CA770 (or 0x1CA770) is known color: Mountain Meadow. HEX triplet: 1C, A7 and 70. RGB value is (28,167,112). Sum of RGB (Red+Green+Blue) = 28+167+112=307 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.12% from 307); Green value is 167 (65.62% from 255 or 54.40% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 167 - color contains mainly: green. Hex color #1CA770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA770 is #E3588F. Grayscale: #777777. Windows color (decimal): -14899344 or 7382812. OLE color: 7382812.
HSL color Cylindrical-coordinate representation of color #1CA770: hue angle of 156.26º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA770 is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 28 | 167 | 112 | - |
| CMYK | 0.83 | 0 | 0.33 | 0.35 |
| HSL | 156.26º | 0.71% | 0.38% | - |
| HSV(B) | 156.26º | 0.83% | 0.65% | - |
| XYZ | 17.22 | 29.05 | 20.03 | - |
| YUV | 119.17 | 123.95 | 62.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 167 | 112 | 0.83 | 0 | 0.33 | 0.35 | 156.26 | 0.71 | 0.38 |
| Hex | 1C | A7 | 70 | 53 | 0 | 21 | 23 | 9C | 47 | 26 |
| Octal | 34 | 247 | 160 | 123 | 0 | 41 | 43 | 234 | 107 | 46 |
| Binary | 11100 | 10100111 | 1110000 | 1010011 | 0 | 100001 | 100011 | 10011100 | 1000111 | 100110 |
Color Harmonies of #1CA770
Complementary color
Monochromatic Colors of #1CA770
Black with #1CA770
Text Example
Text Example
White with #1CA770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA770; }
p { color: rgb(28,167,112); }
H1.HeaderClassName
{
color: #1CA770;
}
.AnyTagClassName
{
color: #1CA770;
}
</style>
background-color css
<style>
a { background-color: #1CA770; }
a { background-color: rgb(28,167,112); }
div.DivClassName
{
background-color: #1CA770;
}
.BgClassName
{
background-color: #1CA770;
}
</style>
border-color css
<style>
span { border-color: #1CA770; }
span { border-color: rgb(28,167,112); }
td.TdClassName
{
border-color: #1CA770;
}
.TagClassName
{
border-color: #1CA770;
}
</style>