Shades of Mountain Meadow #1CBC78
Tints of Mountain Meadow #1CBC78
RGB
CMYK
RGB Variations
Color information
#1CBC78 (or 0x1CBC78) is known color: Mountain Meadow. HEX triplet: 1C, BC and 78. RGB value is (28,188,120). Sum of RGB (Red+Green+Blue) = 28+188+120=336 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.33% from 336); Green value is 188 (73.83% from 255 or 55.95% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBC78 is #E34387. Grayscale: #848484. Windows color (decimal): -14893960 or 7912476. OLE color: 7912476.
HSL color Cylindrical-coordinate representation of color #1CBC78: hue angle of 154.5º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBC78 is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 188 | 120 | - |
| CMYK | 0.85 | 0 | 0.36 | 0.26 |
| HSL | 154.5º | 0.74% | 0.42% | - |
| HSV(B) | 154.5º | 0.85% | 0.74% | - |
| XYZ | 21.85 | 37.57 | 23.87 | - |
| YUV | 132.41 | 120.99 | 53.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 120 | 0.85 | 0 | 0.36 | 0.26 | 154.5 | 0.74 | 0.42 |
| Hex | 1C | BC | 78 | 55 | 0 | 24 | 1A | 9A | 4A | 2A |
| Octal | 34 | 274 | 170 | 125 | 0 | 44 | 32 | 232 | 112 | 52 |
| Binary | 11100 | 10111100 | 1111000 | 1010101 | 0 | 100100 | 11010 | 10011010 | 1001010 | 101010 |
Color Harmonies of #1CBC78
Complementary color
Monochromatic Colors of #1CBC78
Black with #1CBC78
Text Example
Text Example
White with #1CBC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBC78; }
p { color: rgb(28,188,120); }
H1.HeaderClassName
{
color: #1CBC78;
}
.AnyTagClassName
{
color: #1CBC78;
}
</style>
background-color css
<style>
a { background-color: #1CBC78; }
a { background-color: rgb(28,188,120); }
div.DivClassName
{
background-color: #1CBC78;
}
.BgClassName
{
background-color: #1CBC78;
}
</style>
border-color css
<style>
span { border-color: #1CBC78; }
span { border-color: rgb(28,188,120); }
td.TdClassName
{
border-color: #1CBC78;
}
.TagClassName
{
border-color: #1CBC78;
}
</style>