Shades of Mountain Meadow #1BC970
Tints of Mountain Meadow #1BC970
RGB
CMYK
RGB Variations
Color information
#1BC970 (or 0x1BC970) is known color: Mountain Meadow. HEX triplet: 1B, C9 and 70. RGB value is (27,201,112). Sum of RGB (Red+Green+Blue) = 27+201+112=340 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.94% from 340); Green value is 201 (78.91% from 255 or 59.12% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 201 - color contains mainly: green. Hex color #1BC970 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BC970 is #E4368F. Grayscale: #8B8B8B. Windows color (decimal): -14956176 or 7391515. OLE color: 7391515.
HSL color Cylindrical-coordinate representation of color #1BC970: hue angle of 149.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 #1BC970 is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 27 | 201 | 112 | - |
| CMYK | 0.87 | 0 | 0.44 | 0.21 |
| HSL | 149.31º | 0.76% | 0.45% | - |
| HSV(B) | 149.31º | 0.87% | 0.79% | - |
| XYZ | 24.26 | 43.18 | 22.38 | - |
| YUV | 138.83 | 112.85 | 48.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 201 | 112 | 0.87 | 0 | 0.44 | 0.21 | 149.31 | 0.76 | 0.45 |
| Hex | 1B | C9 | 70 | 57 | 0 | 2C | 15 | 95 | 4C | 2D |
| Octal | 33 | 311 | 160 | 127 | 0 | 54 | 25 | 225 | 114 | 55 |
| Binary | 11011 | 11001001 | 1110000 | 1010111 | 0 | 101100 | 10101 | 10010101 | 1001100 | 101101 |
Color Harmonies of #1BC970
Complementary color
Monochromatic Colors of #1BC970
Black with #1BC970
Text Example
Text Example
White with #1BC970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC970; }
p { color: rgb(27,201,112); }
H1.HeaderClassName
{
color: #1BC970;
}
.AnyTagClassName
{
color: #1BC970;
}
</style>
background-color css
<style>
a { background-color: #1BC970; }
a { background-color: rgb(27,201,112); }
div.DivClassName
{
background-color: #1BC970;
}
.BgClassName
{
background-color: #1BC970;
}
</style>
border-color css
<style>
span { border-color: #1BC970; }
span { border-color: rgb(27,201,112); }
td.TdClassName
{
border-color: #1BC970;
}
.TagClassName
{
border-color: #1BC970;
}
</style>