Shades of Mountain Meadow #1BCE8A
Tints of Mountain Meadow #1BCE8A
RGB
CMYK
RGB Variations
Color information
#1BCE8A (or 0x1BCE8A) is known color: Mountain Meadow. HEX triplet: 1B, CE and 8A. RGB value is (27,206,138). Sum of RGB (Red+Green+Blue) = 27+206+138=371 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.28% from 371); Green value is 206 (80.86% from 255 or 55.53% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 206 - color contains mainly: green. Hex color #1BCE8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BCE8A is #E43175. Grayscale: #909090. Windows color (decimal): -14954870 or 9096731. OLE color: 9096731.
HSL color Cylindrical-coordinate representation of color #1BCE8A: hue angle of 157.21º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCE8A is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 206 | 138 | - |
| CMYK | 0.87 | 0 | 0.33 | 0.19 |
| HSL | 157.21º | 0.77% | 0.46% | - |
| HSV(B) | 157.21º | 0.87% | 0.81% | - |
| XYZ | 27.11 | 46.21 | 31.54 | - |
| YUV | 144.73 | 124.2 | 44.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 206 | 138 | 0.87 | 0 | 0.33 | 0.19 | 157.21 | 0.77 | 0.46 |
| Hex | 1B | CE | 8A | 57 | 0 | 21 | 13 | 9D | 4D | 2E |
| Octal | 33 | 316 | 212 | 127 | 0 | 41 | 23 | 235 | 115 | 56 |
| Binary | 11011 | 11001110 | 10001010 | 1010111 | 0 | 100001 | 10011 | 10011101 | 1001101 | 101110 |
Color Harmonies of #1BCE8A
Complementary color
Monochromatic Colors of #1BCE8A
Black with #1BCE8A
Text Example
Text Example
White with #1BCE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCE8A; }
p { color: rgb(27,206,138); }
H1.HeaderClassName
{
color: #1BCE8A;
}
.AnyTagClassName
{
color: #1BCE8A;
}
</style>
background-color css
<style>
a { background-color: #1BCE8A; }
a { background-color: rgb(27,206,138); }
div.DivClassName
{
background-color: #1BCE8A;
}
.BgClassName
{
background-color: #1BCE8A;
}
</style>
border-color css
<style>
span { border-color: #1BCE8A; }
span { border-color: rgb(27,206,138); }
td.TdClassName
{
border-color: #1BCE8A;
}
.TagClassName
{
border-color: #1BCE8A;
}
</style>