Shades of Mountain Meadow #1BC290
Tints of Mountain Meadow #1BC290
RGB
CMYK
RGB Variations
Color information
#1BC290 (or 0x1BC290) is known color: Mountain Meadow. HEX triplet: 1B, C2 and 90. RGB value is (27,194,144). Sum of RGB (Red+Green+Blue) = 27+194+144=365 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.40% from 365); Green value is 194 (76.17% from 255 or 53.15% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 194 - color contains mainly: green. Hex color #1BC290 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BC290 is #E43D6F. Grayscale: #8A8A8A. Windows color (decimal): -14957936 or 9486875. OLE color: 9486875.
HSL color Cylindrical-coordinate representation of color #1BC290: hue angle of 162.04º 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 #1BC290 is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 27 | 194 | 144 | - |
| CMYK | 0.86 | 0 | 0.26 | 0.24 |
| HSL | 162.04º | 0.76% | 0.43% | - |
| HSV(B) | 162.04º | 0.86% | 0.76% | - |
| XYZ | 24.78 | 40.83 | 32.96 | - |
| YUV | 138.37 | 131.17 | 48.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 194 | 144 | 0.86 | 0 | 0.26 | 0.24 | 162.04 | 0.76 | 0.43 |
| Hex | 1B | C2 | 90 | 56 | 0 | 1A | 18 | A2 | 4C | 2B |
| Octal | 33 | 302 | 220 | 126 | 0 | 32 | 30 | 242 | 114 | 53 |
| Binary | 11011 | 11000010 | 10010000 | 1010110 | 0 | 11010 | 11000 | 10100010 | 1001100 | 101011 |
Color Harmonies of #1BC290
Complementary color
Monochromatic Colors of #1BC290
Black with #1BC290
Text Example
Text Example
White with #1BC290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC290; }
p { color: rgb(27,194,144); }
H1.HeaderClassName
{
color: #1BC290;
}
.AnyTagClassName
{
color: #1BC290;
}
</style>
background-color css
<style>
a { background-color: #1BC290; }
a { background-color: rgb(27,194,144); }
div.DivClassName
{
background-color: #1BC290;
}
.BgClassName
{
background-color: #1BC290;
}
</style>
border-color css
<style>
span { border-color: #1BC290; }
span { border-color: rgb(27,194,144); }
td.TdClassName
{
border-color: #1BC290;
}
.TagClassName
{
border-color: #1BC290;
}
</style>