Shades of Mountain Meadow #1BC27A
Tints of Mountain Meadow #1BC27A
RGB
CMYK
RGB Variations
Color information
#1BC27A (or 0x1BC27A) is known color: Mountain Meadow. HEX triplet: 1B, C2 and 7A. RGB value is (27,194,122). Sum of RGB (Red+Green+Blue) = 27+194+122=343 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.87% from 343); Green value is 194 (76.17% from 255 or 56.56% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 194 - color contains mainly: green. Hex color #1BC27A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BC27A is #E43D85. Grayscale: #878787. Windows color (decimal): -14957958 or 8045083. OLE color: 8045083.
HSL color Cylindrical-coordinate representation of color #1BC27A: hue angle of 154.13º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC27A is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 27 | 194 | 122 | - |
| CMYK | 0.86 | 0 | 0.37 | 0.24 |
| HSL | 154.13º | 0.76% | 0.43% | - |
| HSV(B) | 154.13º | 0.86% | 0.76% | - |
| XYZ | 23.26 | 40.22 | 24.95 | - |
| YUV | 135.86 | 120.17 | 50.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 194 | 122 | 0.86 | 0 | 0.37 | 0.24 | 154.13 | 0.76 | 0.43 |
| Hex | 1B | C2 | 7A | 56 | 0 | 25 | 18 | 9A | 4C | 2B |
| Octal | 33 | 302 | 172 | 126 | 0 | 45 | 30 | 232 | 114 | 53 |
| Binary | 11011 | 11000010 | 1111010 | 1010110 | 0 | 100101 | 11000 | 10011010 | 1001100 | 101011 |
Color Harmonies of #1BC27A
Complementary color
Monochromatic Colors of #1BC27A
Black with #1BC27A
Text Example
Text Example
White with #1BC27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC27A; }
p { color: rgb(27,194,122); }
H1.HeaderClassName
{
color: #1BC27A;
}
.AnyTagClassName
{
color: #1BC27A;
}
</style>
background-color css
<style>
a { background-color: #1BC27A; }
a { background-color: rgb(27,194,122); }
div.DivClassName
{
background-color: #1BC27A;
}
.BgClassName
{
background-color: #1BC27A;
}
</style>
border-color css
<style>
span { border-color: #1BC27A; }
span { border-color: rgb(27,194,122); }
td.TdClassName
{
border-color: #1BC27A;
}
.TagClassName
{
border-color: #1BC27A;
}
</style>