Shades of Mountain Meadow #1BC68C
Tints of Mountain Meadow #1BC68C
RGB
CMYK
RGB Variations
Color information
#1BC68C (or 0x1BC68C) is known color: Mountain Meadow. HEX triplet: 1B, C6 and 8C. RGB value is (27,198,140). Sum of RGB (Red+Green+Blue) = 27+198+140=365 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.40% from 365); Green value is 198 (77.73% from 255 or 54.25% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 198 - color contains mainly: green. Hex color #1BC68C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BC68C is #E43973. Grayscale: #8C8C8C. Windows color (decimal): -14956916 or 9225755. OLE color: 9225755.
HSL color Cylindrical-coordinate representation of color #1BC68C: hue angle of 159.65º 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 #1BC68C is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 27 | 198 | 140 | - |
| CMYK | 0.86 | 0 | 0.29 | 0.22 |
| HSL | 159.65º | 0.76% | 0.44% | - |
| HSV(B) | 159.65º | 0.86% | 0.78% | - |
| XYZ | 25.38 | 42.51 | 31.68 | - |
| YUV | 140.26 | 127.85 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 198 | 140 | 0.86 | 0 | 0.29 | 0.22 | 159.65 | 0.76 | 0.44 |
| Hex | 1B | C6 | 8C | 56 | 0 | 1D | 16 | A0 | 4C | 2C |
| Octal | 33 | 306 | 214 | 126 | 0 | 35 | 26 | 240 | 114 | 54 |
| Binary | 11011 | 11000110 | 10001100 | 1010110 | 0 | 11101 | 10110 | 10100000 | 1001100 | 101100 |
Color Harmonies of #1BC68C
Complementary color
Monochromatic Colors of #1BC68C
Black with #1BC68C
Text Example
Text Example
White with #1BC68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC68C; }
p { color: rgb(27,198,140); }
H1.HeaderClassName
{
color: #1BC68C;
}
.AnyTagClassName
{
color: #1BC68C;
}
</style>
background-color css
<style>
a { background-color: #1BC68C; }
a { background-color: rgb(27,198,140); }
div.DivClassName
{
background-color: #1BC68C;
}
.BgClassName
{
background-color: #1BC68C;
}
</style>
border-color css
<style>
span { border-color: #1BC68C; }
span { border-color: rgb(27,198,140); }
td.TdClassName
{
border-color: #1BC68C;
}
.TagClassName
{
border-color: #1BC68C;
}
</style>