Shades of Mountain Meadow #1CBA7F
Tints of Mountain Meadow #1CBA7F
RGB
CMYK
RGB Variations
Color information
#1CBA7F (or 0x1CBA7F) is known color: Mountain Meadow. HEX triplet: 1C, BA and 7F. RGB value is (28,186,127). Sum of RGB (Red+Green+Blue) = 28+186+127=341 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.21% from 341); Green value is 186 (73.05% from 255 or 54.55% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 186 - color contains mainly: green. Hex color #1CBA7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBA7F is #E34580. Grayscale: #848484. Windows color (decimal): -14894465 or 8370716. OLE color: 8370716.
HSL color Cylindrical-coordinate representation of color #1CBA7F: hue angle of 157.59º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBA7F is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 186 | 127 | - |
| CMYK | 0.85 | 0 | 0.32 | 0.27 |
| HSL | 157.59º | 0.74% | 0.42% | - |
| HSV(B) | 157.59º | 0.85% | 0.73% | - |
| XYZ | 21.87 | 36.9 | 26.05 | - |
| YUV | 132.03 | 125.15 | 53.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 186 | 127 | 0.85 | 0 | 0.32 | 0.27 | 157.59 | 0.74 | 0.42 |
| Hex | 1C | BA | 7F | 55 | 0 | 20 | 1B | 9E | 4A | 2A |
| Octal | 34 | 272 | 177 | 125 | 0 | 40 | 33 | 236 | 112 | 52 |
| Binary | 11100 | 10111010 | 1111111 | 1010101 | 0 | 100000 | 11011 | 10011110 | 1001010 | 101010 |
Color Harmonies of #1CBA7F
Complementary color
Monochromatic Colors of #1CBA7F
Black with #1CBA7F
Text Example
Text Example
White with #1CBA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBA7F; }
p { color: rgb(28,186,127); }
H1.HeaderClassName
{
color: #1CBA7F;
}
.AnyTagClassName
{
color: #1CBA7F;
}
</style>
background-color css
<style>
a { background-color: #1CBA7F; }
a { background-color: rgb(28,186,127); }
div.DivClassName
{
background-color: #1CBA7F;
}
.BgClassName
{
background-color: #1CBA7F;
}
</style>
border-color css
<style>
span { border-color: #1CBA7F; }
span { border-color: rgb(28,186,127); }
td.TdClassName
{
border-color: #1CBA7F;
}
.TagClassName
{
border-color: #1CBA7F;
}
</style>