Shades of Mountain Meadow #1CBC7C
Tints of Mountain Meadow #1CBC7C
RGB
CMYK
RGB Variations
Color information
#1CBC7C (or 0x1CBC7C) is known color: Mountain Meadow. HEX triplet: 1C, BC and 7C. RGB value is (28,188,124). Sum of RGB (Red+Green+Blue) = 28+188+124=340 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.24% from 340); Green value is 188 (73.83% from 255 or 55.29% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBC7C is #E34383. Grayscale: #848484. Windows color (decimal): -14893956 or 8174620. OLE color: 8174620.
HSL color Cylindrical-coordinate representation of color #1CBC7C: hue angle of 156º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBC7C is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 188 | 124 | - |
| CMYK | 0.85 | 0 | 0.34 | 0.26 |
| HSL | 156º | 0.74% | 0.42% | - |
| HSV(B) | 156º | 0.85% | 0.74% | - |
| XYZ | 22.1 | 37.67 | 25.17 | - |
| YUV | 132.86 | 122.99 | 53.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 124 | 0.85 | 0 | 0.34 | 0.26 | 156 | 0.74 | 0.42 |
| Hex | 1C | BC | 7C | 55 | 0 | 22 | 1A | 9C | 4A | 2A |
| Octal | 34 | 274 | 174 | 125 | 0 | 42 | 32 | 234 | 112 | 52 |
| Binary | 11100 | 10111100 | 1111100 | 1010101 | 0 | 100010 | 11010 | 10011100 | 1001010 | 101010 |
Color Harmonies of #1CBC7C
Complementary color
Monochromatic Colors of #1CBC7C
Black with #1CBC7C
Text Example
Text Example
White with #1CBC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBC7C; }
p { color: rgb(28,188,124); }
H1.HeaderClassName
{
color: #1CBC7C;
}
.AnyTagClassName
{
color: #1CBC7C;
}
</style>
background-color css
<style>
a { background-color: #1CBC7C; }
a { background-color: rgb(28,188,124); }
div.DivClassName
{
background-color: #1CBC7C;
}
.BgClassName
{
background-color: #1CBC7C;
}
</style>
border-color css
<style>
span { border-color: #1CBC7C; }
span { border-color: rgb(28,188,124); }
td.TdClassName
{
border-color: #1CBC7C;
}
.TagClassName
{
border-color: #1CBC7C;
}
</style>