Shades of Mountain Meadow #1BC98D
Tints of Mountain Meadow #1BC98D
RGB
CMYK
RGB Variations
Color information
#1BC98D (or 0x1BC98D) is known color: Mountain Meadow. HEX triplet: 1B, C9 and 8D. RGB value is (27,201,141). Sum of RGB (Red+Green+Blue) = 27+201+141=369 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.32% from 369); Green value is 201 (78.91% from 255 or 54.47% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 201 - color contains mainly: green. Hex color #1BC98D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BC98D is #E43672. Grayscale: #8E8E8E. Windows color (decimal): -14956147 or 9292059. OLE color: 9292059.
HSL color Cylindrical-coordinate representation of color #1BC98D: hue angle of 159.31º 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 #1BC98D is Cyan = 0.87, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 27 | 201 | 141 | - |
| CMYK | 0.87 | 0 | 0.30 | 0.21 |
| HSL | 159.31º | 0.76% | 0.45% | - |
| HSV(B) | 159.31º | 0.87% | 0.79% | - |
| XYZ | 26.15 | 43.93 | 32.3 | - |
| YUV | 142.13 | 127.35 | 45.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 201 | 141 | 0.87 | 0 | 0.30 | 0.21 | 159.31 | 0.76 | 0.45 |
| Hex | 1B | C9 | 8D | 57 | 0 | 1E | 15 | 9F | 4C | 2D |
| Octal | 33 | 311 | 215 | 127 | 0 | 36 | 25 | 237 | 114 | 55 |
| Binary | 11011 | 11001001 | 10001101 | 1010111 | 0 | 11110 | 10101 | 10011111 | 1001100 | 101101 |
Color Harmonies of #1BC98D
Complementary color
Monochromatic Colors of #1BC98D
Black with #1BC98D
Text Example
Text Example
White with #1BC98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC98D; }
p { color: rgb(27,201,141); }
H1.HeaderClassName
{
color: #1BC98D;
}
.AnyTagClassName
{
color: #1BC98D;
}
</style>
background-color css
<style>
a { background-color: #1BC98D; }
a { background-color: rgb(27,201,141); }
div.DivClassName
{
background-color: #1BC98D;
}
.BgClassName
{
background-color: #1BC98D;
}
</style>
border-color css
<style>
span { border-color: #1BC98D; }
span { border-color: rgb(27,201,141); }
td.TdClassName
{
border-color: #1BC98D;
}
.TagClassName
{
border-color: #1BC98D;
}
</style>