Shades of Mountain Meadow #1CB57A
Tints of Mountain Meadow #1CB57A
RGB
CMYK
RGB Variations
Color information
#1CB57A (or 0x1CB57A) is known color: Mountain Meadow. HEX triplet: 1C, B5 and 7A. RGB value is (28,181,122). Sum of RGB (Red+Green+Blue) = 28+181+122=331 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.46% from 331); Green value is 181 (71.09% from 255 or 54.68% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 181 - color contains mainly: green. Hex color #1CB57A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CB57A is #E34A85. Grayscale: #808080. Windows color (decimal): -14895750 or 8041756. OLE color: 8041756.
HSL color Cylindrical-coordinate representation of color #1CB57A: hue angle of 156.86º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB57A is Cyan = 0.85, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 28 | 181 | 122 | - |
| CMYK | 0.85 | 0 | 0.33 | 0.29 |
| HSL | 156.86º | 0.73% | 0.41% | - |
| HSV(B) | 156.86º | 0.85% | 0.71% | - |
| XYZ | 20.52 | 34.7 | 24.03 | - |
| YUV | 128.53 | 124.31 | 56.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 181 | 122 | 0.85 | 0 | 0.33 | 0.29 | 156.86 | 0.73 | 0.41 |
| Hex | 1C | B5 | 7A | 55 | 0 | 21 | 1D | 9D | 49 | 29 |
| Octal | 34 | 265 | 172 | 125 | 0 | 41 | 35 | 235 | 111 | 51 |
| Binary | 11100 | 10110101 | 1111010 | 1010101 | 0 | 100001 | 11101 | 10011101 | 1001001 | 101001 |
Color Harmonies of #1CB57A
Complementary color
Monochromatic Colors of #1CB57A
Black with #1CB57A
Text Example
Text Example
White with #1CB57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB57A; }
p { color: rgb(28,181,122); }
H1.HeaderClassName
{
color: #1CB57A;
}
.AnyTagClassName
{
color: #1CB57A;
}
</style>
background-color css
<style>
a { background-color: #1CB57A; }
a { background-color: rgb(28,181,122); }
div.DivClassName
{
background-color: #1CB57A;
}
.BgClassName
{
background-color: #1CB57A;
}
</style>
border-color css
<style>
span { border-color: #1CB57A; }
span { border-color: rgb(28,181,122); }
td.TdClassName
{
border-color: #1CB57A;
}
.TagClassName
{
border-color: #1CB57A;
}
</style>