Shades of Mountain Meadow #1CA76E
Tints of Mountain Meadow #1CA76E
RGB
CMYK
RGB Variations
Color information
#1CA76E (or 0x1CA76E) is known color: Mountain Meadow. HEX triplet: 1C, A7 and 6E. RGB value is (28,167,110). Sum of RGB (Red+Green+Blue) = 28+167+110=305 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.18% from 305); Green value is 167 (65.62% from 255 or 54.75% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 167 - color contains mainly: green. Hex color #1CA76E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA76E is #E35891. Grayscale: #777777. Windows color (decimal): -14899346 or 7251740. OLE color: 7251740.
HSL color Cylindrical-coordinate representation of color #1CA76E: hue angle of 155.4º 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 #1CA76E is Cyan = 0.83, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 28 | 167 | 110 | - |
| CMYK | 0.83 | 0 | 0.34 | 0.35 |
| HSL | 155.4º | 0.71% | 0.38% | - |
| HSV(B) | 155.4º | 0.83% | 0.65% | - |
| XYZ | 17.11 | 29.01 | 19.45 | - |
| YUV | 118.94 | 122.95 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 167 | 110 | 0.83 | 0 | 0.34 | 0.35 | 155.4 | 0.71 | 0.38 |
| Hex | 1C | A7 | 6E | 53 | 0 | 22 | 23 | 9B | 47 | 26 |
| Octal | 34 | 247 | 156 | 123 | 0 | 42 | 43 | 233 | 107 | 46 |
| Binary | 11100 | 10100111 | 1101110 | 1010011 | 0 | 100010 | 100011 | 10011011 | 1000111 | 100110 |
Color Harmonies of #1CA76E
Complementary color
Monochromatic Colors of #1CA76E
Black with #1CA76E
Text Example
Text Example
White with #1CA76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA76E; }
p { color: rgb(28,167,110); }
H1.HeaderClassName
{
color: #1CA76E;
}
.AnyTagClassName
{
color: #1CA76E;
}
</style>
background-color css
<style>
a { background-color: #1CA76E; }
a { background-color: rgb(28,167,110); }
div.DivClassName
{
background-color: #1CA76E;
}
.BgClassName
{
background-color: #1CA76E;
}
</style>
border-color css
<style>
span { border-color: #1CA76E; }
span { border-color: rgb(28,167,110); }
td.TdClassName
{
border-color: #1CA76E;
}
.TagClassName
{
border-color: #1CA76E;
}
</style>