Shades of Mountain Meadow #1CB78F
Tints of Mountain Meadow #1CB78F
RGB
CMYK
RGB Variations
Color information
#1CB78F (or 0x1CB78F) is known color: Mountain Meadow. HEX triplet: 1C, B7 and 8F. RGB value is (28,183,143). Sum of RGB (Red+Green+Blue) = 28+183+143=354 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.91% from 354); Green value is 183 (71.88% from 255 or 51.69% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 183 - color contains mainly: green. Hex color #1CB78F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB78F is #E34870. Grayscale: #848484. Windows color (decimal): -14895217 or 9418524. OLE color: 9418524.
HSL color Cylindrical-coordinate representation of color #1CB78F: hue angle of 164.52º 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 #1CB78F is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 28 | 183 | 143 | - |
| CMYK | 0.85 | 0 | 0.22 | 0.28 |
| HSL | 164.52º | 0.73% | 0.41% | - |
| HSV(B) | 164.52º | 0.85% | 0.72% | - |
| XYZ | 22.37 | 36.1 | 31.77 | - |
| YUV | 132.1 | 134.15 | 53.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 183 | 143 | 0.85 | 0 | 0.22 | 0.28 | 164.52 | 0.73 | 0.41 |
| Hex | 1C | B7 | 8F | 55 | 0 | 16 | 1C | A5 | 49 | 29 |
| Octal | 34 | 267 | 217 | 125 | 0 | 26 | 34 | 245 | 111 | 51 |
| Binary | 11100 | 10110111 | 10001111 | 1010101 | 0 | 10110 | 11100 | 10100101 | 1001001 | 101001 |
Color Harmonies of #1CB78F
Complementary color
Monochromatic Colors of #1CB78F
Black with #1CB78F
Text Example
Text Example
White with #1CB78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB78F; }
p { color: rgb(28,183,143); }
H1.HeaderClassName
{
color: #1CB78F;
}
.AnyTagClassName
{
color: #1CB78F;
}
</style>
background-color css
<style>
a { background-color: #1CB78F; }
a { background-color: rgb(28,183,143); }
div.DivClassName
{
background-color: #1CB78F;
}
.BgClassName
{
background-color: #1CB78F;
}
</style>
border-color css
<style>
span { border-color: #1CB78F; }
span { border-color: rgb(28,183,143); }
td.TdClassName
{
border-color: #1CB78F;
}
.TagClassName
{
border-color: #1CB78F;
}
</style>