Shades of Mountain Meadow #1CAC78
Tints of Mountain Meadow #1CAC78
RGB
CMYK
RGB Variations
Color information
#1CAC78 (or 0x1CAC78) is known color: Mountain Meadow. HEX triplet: 1C, AC and 78. RGB value is (28,172,120). Sum of RGB (Red+Green+Blue) = 28+172+120=320 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.75% from 320); Green value is 172 (67.58% from 255 or 53.75% from 320); Blue value is 120 (47.27% from 255 or 37.5% from 320); Max value from RGB is 172 - color contains mainly: green. Hex color #1CAC78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAC78 is #E35387. Grayscale: #7B7B7B. Windows color (decimal): -14898056 or 7908380. OLE color: 7908380.
HSL color Cylindrical-coordinate representation of color #1CAC78: hue angle of 158.33º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAC78 is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 172 | 120 | - |
| CMYK | 0.84 | 0 | 0.30 | 0.33 |
| HSL | 158.33º | 0.72% | 0.39% | - |
| HSV(B) | 158.33º | 0.84% | 0.67% | - |
| XYZ | 18.62 | 31.11 | 22.79 | - |
| YUV | 123.02 | 126.29 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 172 | 120 | 0.84 | 0 | 0.30 | 0.33 | 158.33 | 0.72 | 0.39 |
| Hex | 1C | AC | 78 | 54 | 0 | 1E | 21 | 9E | 48 | 27 |
| Octal | 34 | 254 | 170 | 124 | 0 | 36 | 41 | 236 | 110 | 47 |
| Binary | 11100 | 10101100 | 1111000 | 1010100 | 0 | 11110 | 100001 | 10011110 | 1001000 | 100111 |
Color Harmonies of #1CAC78
Complementary color
Monochromatic Colors of #1CAC78
Black with #1CAC78
Text Example
Text Example
White with #1CAC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAC78; }
p { color: rgb(28,172,120); }
H1.HeaderClassName
{
color: #1CAC78;
}
.AnyTagClassName
{
color: #1CAC78;
}
</style>
background-color css
<style>
a { background-color: #1CAC78; }
a { background-color: rgb(28,172,120); }
div.DivClassName
{
background-color: #1CAC78;
}
.BgClassName
{
background-color: #1CAC78;
}
</style>
border-color css
<style>
span { border-color: #1CAC78; }
span { border-color: rgb(28,172,120); }
td.TdClassName
{
border-color: #1CAC78;
}
.TagClassName
{
border-color: #1CAC78;
}
</style>