Shades of Mountain Meadow #1BDA7A
Tints of Mountain Meadow #1BDA7A
RGB
CMYK
RGB Variations
Color information
#1BDA7A (or 0x1BDA7A) is known color: Mountain Meadow. HEX triplet: 1B, DA and 7A. RGB value is (27,218,122). Sum of RGB (Red+Green+Blue) = 27+218+122=367 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.36% from 367); Green value is 218 (85.55% from 255 or 59.40% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 218 - color contains mainly: green. Hex color #1BDA7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BDA7A is #E42585. Grayscale: #969696. Windows color (decimal): -14951814 or 8051227. OLE color: 8051227.
HSL color Cylindrical-coordinate representation of color #1BDA7A: hue angle of 149.84º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDA7A is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 218 | 122 | - |
| CMYK | 0.88 | 0 | 0.44 | 0.15 |
| HSL | 149.84º | 0.78% | 0.48% | - |
| HSV(B) | 149.84º | 0.88% | 0.85% | - |
| XYZ | 29.04 | 51.78 | 26.88 | - |
| YUV | 149.95 | 112.22 | 40.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 218 | 122 | 0.88 | 0 | 0.44 | 0.15 | 149.84 | 0.78 | 0.48 |
| Hex | 1B | DA | 7A | 58 | 0 | 2C | F | 96 | 4E | 30 |
| Octal | 33 | 332 | 172 | 130 | 0 | 54 | 17 | 226 | 116 | 60 |
| Binary | 11011 | 11011010 | 1111010 | 1011000 | 0 | 101100 | 1111 | 10010110 | 1001110 | 110000 |
Color Harmonies of #1BDA7A
Complementary color
Monochromatic Colors of #1BDA7A
Black with #1BDA7A
Text Example
Text Example
White with #1BDA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDA7A; }
p { color: rgb(27,218,122); }
H1.HeaderClassName
{
color: #1BDA7A;
}
.AnyTagClassName
{
color: #1BDA7A;
}
</style>
background-color css
<style>
a { background-color: #1BDA7A; }
a { background-color: rgb(27,218,122); }
div.DivClassName
{
background-color: #1BDA7A;
}
.BgClassName
{
background-color: #1BDA7A;
}
</style>
border-color css
<style>
span { border-color: #1BDA7A; }
span { border-color: rgb(27,218,122); }
td.TdClassName
{
border-color: #1BDA7A;
}
.TagClassName
{
border-color: #1BDA7A;
}
</style>