Shades of Mountain Meadow #1BC58D
Tints of Mountain Meadow #1BC58D
RGB
CMYK
RGB Variations
Color information
#1BC58D (or 0x1BC58D) is known color: Mountain Meadow. HEX triplet: 1B, C5 and 8D. RGB value is (27,197,141). Sum of RGB (Red+Green+Blue) = 27+197+141=365 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.40% from 365); Green value is 197 (77.34% from 255 or 53.97% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 197 - color contains mainly: green. Hex color #1BC58D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BC58D is #E43A72. Grayscale: #8B8B8B. Windows color (decimal): -14957171 or 9291035. OLE color: 9291035.
HSL color Cylindrical-coordinate representation of color #1BC58D: hue angle of 160.24º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC58D is Cyan = 0.86, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 27 | 197 | 141 | - |
| CMYK | 0.86 | 0 | 0.28 | 0.23 |
| HSL | 160.24º | 0.76% | 0.44% | - |
| HSV(B) | 160.24º | 0.86% | 0.77% | - |
| XYZ | 25.23 | 42.09 | 31.99 | - |
| YUV | 139.79 | 128.68 | 47.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 197 | 141 | 0.86 | 0 | 0.28 | 0.23 | 160.24 | 0.76 | 0.44 |
| Hex | 1B | C5 | 8D | 56 | 0 | 1C | 17 | A0 | 4C | 2C |
| Octal | 33 | 305 | 215 | 126 | 0 | 34 | 27 | 240 | 114 | 54 |
| Binary | 11011 | 11000101 | 10001101 | 1010110 | 0 | 11100 | 10111 | 10100000 | 1001100 | 101100 |
Color Harmonies of #1BC58D
Complementary color
Monochromatic Colors of #1BC58D
Black with #1BC58D
Text Example
Text Example
White with #1BC58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC58D; }
p { color: rgb(27,197,141); }
H1.HeaderClassName
{
color: #1BC58D;
}
.AnyTagClassName
{
color: #1BC58D;
}
</style>
background-color css
<style>
a { background-color: #1BC58D; }
a { background-color: rgb(27,197,141); }
div.DivClassName
{
background-color: #1BC58D;
}
.BgClassName
{
background-color: #1BC58D;
}
</style>
border-color css
<style>
span { border-color: #1BC58D; }
span { border-color: rgb(27,197,141); }
td.TdClassName
{
border-color: #1BC58D;
}
.TagClassName
{
border-color: #1BC58D;
}
</style>