Shades of Mountain Meadow #1CA77A
Tints of Mountain Meadow #1CA77A
RGB
CMYK
RGB Variations
Color information
#1CA77A (or 0x1CA77A) is known color: Mountain Meadow. HEX triplet: 1C, A7 and 7A. RGB value is (28,167,122). Sum of RGB (Red+Green+Blue) = 28+167+122=317 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.83% from 317); Green value is 167 (65.62% from 255 or 52.68% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 167 - color contains mainly: green. Hex color #1CA77A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA77A is #E35885. Grayscale: #787878. Windows color (decimal): -14899334 or 8038172. OLE color: 8038172.
HSL color Cylindrical-coordinate representation of color #1CA77A: hue angle of 160.58º 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 #1CA77A is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 28 | 167 | 122 | - |
| CMYK | 0.83 | 0 | 0.27 | 0.35 |
| HSL | 160.58º | 0.71% | 0.38% | - |
| HSV(B) | 160.58º | 0.83% | 0.65% | - |
| XYZ | 17.81 | 29.29 | 23.13 | - |
| YUV | 120.31 | 128.95 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 167 | 122 | 0.83 | 0 | 0.27 | 0.35 | 160.58 | 0.71 | 0.38 |
| Hex | 1C | A7 | 7A | 53 | 0 | 1B | 23 | A1 | 47 | 26 |
| Octal | 34 | 247 | 172 | 123 | 0 | 33 | 43 | 241 | 107 | 46 |
| Binary | 11100 | 10100111 | 1111010 | 1010011 | 0 | 11011 | 100011 | 10100001 | 1000111 | 100110 |
Color Harmonies of #1CA77A
Complementary color
Monochromatic Colors of #1CA77A
Black with #1CA77A
Text Example
Text Example
White with #1CA77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA77A; }
p { color: rgb(28,167,122); }
H1.HeaderClassName
{
color: #1CA77A;
}
.AnyTagClassName
{
color: #1CA77A;
}
</style>
background-color css
<style>
a { background-color: #1CA77A; }
a { background-color: rgb(28,167,122); }
div.DivClassName
{
background-color: #1CA77A;
}
.BgClassName
{
background-color: #1CA77A;
}
</style>
border-color css
<style>
span { border-color: #1CA77A; }
span { border-color: rgb(28,167,122); }
td.TdClassName
{
border-color: #1CA77A;
}
.TagClassName
{
border-color: #1CA77A;
}
</style>