Shades of Mountain Meadow #1CB76F
Tints of Mountain Meadow #1CB76F
RGB
CMYK
RGB Variations
Color information
#1CB76F (or 0x1CB76F) is known color: Mountain Meadow. HEX triplet: 1C, B7 and 6F. RGB value is (28,183,111). Sum of RGB (Red+Green+Blue) = 28+183+111=322 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.70% from 322); Green value is 183 (71.88% from 255 or 56.83% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 183 - color contains mainly: green. Hex color #1CB76F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CB76F is #E34890. Grayscale: #808080. Windows color (decimal): -14895249 or 7321372. OLE color: 7321372.
HSL color Cylindrical-coordinate representation of color #1CB76F: hue angle of 152.13º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB76F is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 28 | 183 | 111 | - |
| CMYK | 0.85 | 0 | 0.39 | 0.28 |
| HSL | 152.13º | 0.73% | 0.41% | - |
| HSV(B) | 152.13º | 0.85% | 0.72% | - |
| XYZ | 20.28 | 35.26 | 20.78 | - |
| YUV | 128.45 | 118.15 | 56.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 183 | 111 | 0.85 | 0 | 0.39 | 0.28 | 152.13 | 0.73 | 0.41 |
| Hex | 1C | B7 | 6F | 55 | 0 | 27 | 1C | 98 | 49 | 29 |
| Octal | 34 | 267 | 157 | 125 | 0 | 47 | 34 | 230 | 111 | 51 |
| Binary | 11100 | 10110111 | 1101111 | 1010101 | 0 | 100111 | 11100 | 10011000 | 1001001 | 101001 |
Color Harmonies of #1CB76F
Complementary color
Monochromatic Colors of #1CB76F
Black with #1CB76F
Text Example
Text Example
White with #1CB76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB76F; }
p { color: rgb(28,183,111); }
H1.HeaderClassName
{
color: #1CB76F;
}
.AnyTagClassName
{
color: #1CB76F;
}
</style>
background-color css
<style>
a { background-color: #1CB76F; }
a { background-color: rgb(28,183,111); }
div.DivClassName
{
background-color: #1CB76F;
}
.BgClassName
{
background-color: #1CB76F;
}
</style>
border-color css
<style>
span { border-color: #1CB76F; }
span { border-color: rgb(28,183,111); }
td.TdClassName
{
border-color: #1CB76F;
}
.TagClassName
{
border-color: #1CB76F;
}
</style>