Shades of Mountain Meadow #1BC670
Tints of Mountain Meadow #1BC670
RGB
CMYK
RGB Variations
Color information
#1BC670 (or 0x1BC670) is known color: Mountain Meadow. HEX triplet: 1B, C6 and 70. RGB value is (27,198,112). Sum of RGB (Red+Green+Blue) = 27+198+112=337 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.01% from 337); Green value is 198 (77.73% from 255 or 58.75% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 198 - color contains mainly: green. Hex color #1BC670 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BC670 is #E4398F. Grayscale: #898989. Windows color (decimal): -14956944 or 7390747. OLE color: 7390747.
HSL color Cylindrical-coordinate representation of color #1BC670: hue angle of 149.82º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC670 is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 27 | 198 | 112 | - |
| CMYK | 0.86 | 0 | 0.43 | 0.22 |
| HSL | 149.82º | 0.76% | 0.44% | - |
| HSV(B) | 149.82º | 0.86% | 0.78% | - |
| XYZ | 23.57 | 41.79 | 22.15 | - |
| YUV | 137.07 | 113.85 | 49.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 198 | 112 | 0.86 | 0 | 0.43 | 0.22 | 149.82 | 0.76 | 0.44 |
| Hex | 1B | C6 | 70 | 56 | 0 | 2B | 16 | 96 | 4C | 2C |
| Octal | 33 | 306 | 160 | 126 | 0 | 53 | 26 | 226 | 114 | 54 |
| Binary | 11011 | 11000110 | 1110000 | 1010110 | 0 | 101011 | 10110 | 10010110 | 1001100 | 101100 |
Color Harmonies of #1BC670
Complementary color
Monochromatic Colors of #1BC670
Black with #1BC670
Text Example
Text Example
White with #1BC670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC670; }
p { color: rgb(27,198,112); }
H1.HeaderClassName
{
color: #1BC670;
}
.AnyTagClassName
{
color: #1BC670;
}
</style>
background-color css
<style>
a { background-color: #1BC670; }
a { background-color: rgb(27,198,112); }
div.DivClassName
{
background-color: #1BC670;
}
.BgClassName
{
background-color: #1BC670;
}
</style>
border-color css
<style>
span { border-color: #1BC670; }
span { border-color: rgb(27,198,112); }
td.TdClassName
{
border-color: #1BC670;
}
.TagClassName
{
border-color: #1BC670;
}
</style>