Shades of Mountain Meadow #1BC96F
Tints of Mountain Meadow #1BC96F
RGB
CMYK
RGB Variations
Color information
#1BC96F (or 0x1BC96F) is known color: Mountain Meadow. HEX triplet: 1B, C9 and 6F. RGB value is (27,201,111). Sum of RGB (Red+Green+Blue) = 27+201+111=339 (44% of max value = 765). Red value is 27 (10.94% from 255 or 7.96% from 339); Green value is 201 (78.91% from 255 or 59.29% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 201 - color contains mainly: green. Hex color #1BC96F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BC96F is #E43690. Grayscale: #8A8A8A. Windows color (decimal): -14956177 or 7325979. OLE color: 7325979.
HSL color Cylindrical-coordinate representation of color #1BC96F: hue angle of 148.97º 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 #1BC96F is Cyan = 0.87, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 27 | 201 | 111 | - |
| CMYK | 0.87 | 0 | 0.45 | 0.21 |
| HSL | 148.97º | 0.76% | 0.45% | - |
| HSV(B) | 148.97º | 0.87% | 0.79% | - |
| XYZ | 24.21 | 43.15 | 22.09 | - |
| YUV | 138.71 | 112.35 | 48.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 201 | 111 | 0.87 | 0 | 0.45 | 0.21 | 148.97 | 0.76 | 0.45 |
| Hex | 1B | C9 | 6F | 57 | 0 | 2D | 15 | 95 | 4C | 2D |
| Octal | 33 | 311 | 157 | 127 | 0 | 55 | 25 | 225 | 114 | 55 |
| Binary | 11011 | 11001001 | 1101111 | 1010111 | 0 | 101101 | 10101 | 10010101 | 1001100 | 101101 |
Color Harmonies of #1BC96F
Complementary color
Monochromatic Colors of #1BC96F
Black with #1BC96F
Text Example
Text Example
White with #1BC96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC96F; }
p { color: rgb(27,201,111); }
H1.HeaderClassName
{
color: #1BC96F;
}
.AnyTagClassName
{
color: #1BC96F;
}
</style>
background-color css
<style>
a { background-color: #1BC96F; }
a { background-color: rgb(27,201,111); }
div.DivClassName
{
background-color: #1BC96F;
}
.BgClassName
{
background-color: #1BC96F;
}
</style>
border-color css
<style>
span { border-color: #1BC96F; }
span { border-color: rgb(27,201,111); }
td.TdClassName
{
border-color: #1BC96F;
}
.TagClassName
{
border-color: #1BC96F;
}
</style>