Shades of Mountain Meadow #1BC97C
Tints of Mountain Meadow #1BC97C
RGB
CMYK
RGB Variations
Color information
#1BC97C (or 0x1BC97C) is known color: Mountain Meadow. HEX triplet: 1B, C9 and 7C. RGB value is (27,201,124). Sum of RGB (Red+Green+Blue) = 27+201+124=352 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.67% from 352); Green value is 201 (78.91% from 255 or 57.10% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 201 - color contains mainly: green. Hex color #1BC97C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BC97C is #E43683. Grayscale: #8C8C8C. Windows color (decimal): -14956164 or 8177947. OLE color: 8177947.
HSL color Cylindrical-coordinate representation of color #1BC97C: hue angle of 153.45º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BC97C is Cyan = 0.87, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 27 | 201 | 124 | - |
| CMYK | 0.87 | 0 | 0.38 | 0.21 |
| HSL | 153.45º | 0.76% | 0.45% | - |
| HSV(B) | 153.45º | 0.87% | 0.79% | - |
| XYZ | 24.98 | 43.46 | 26.14 | - |
| YUV | 140.2 | 118.85 | 47.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 201 | 124 | 0.87 | 0 | 0.38 | 0.21 | 153.45 | 0.76 | 0.45 |
| Hex | 1B | C9 | 7C | 57 | 0 | 26 | 15 | 99 | 4C | 2D |
| Octal | 33 | 311 | 174 | 127 | 0 | 46 | 25 | 231 | 114 | 55 |
| Binary | 11011 | 11001001 | 1111100 | 1010111 | 0 | 100110 | 10101 | 10011001 | 1001100 | 101101 |
Color Harmonies of #1BC97C
Complementary color
Monochromatic Colors of #1BC97C
Black with #1BC97C
Text Example
Text Example
White with #1BC97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC97C; }
p { color: rgb(27,201,124); }
H1.HeaderClassName
{
color: #1BC97C;
}
.AnyTagClassName
{
color: #1BC97C;
}
</style>
background-color css
<style>
a { background-color: #1BC97C; }
a { background-color: rgb(27,201,124); }
div.DivClassName
{
background-color: #1BC97C;
}
.BgClassName
{
background-color: #1BC97C;
}
</style>
border-color css
<style>
span { border-color: #1BC97C; }
span { border-color: rgb(27,201,124); }
td.TdClassName
{
border-color: #1BC97C;
}
.TagClassName
{
border-color: #1BC97C;
}
</style>