Shades of Mountain Meadow #1CAC70
Tints of Mountain Meadow #1CAC70
RGB
CMYK
RGB Variations
Color information
#1CAC70 (or 0x1CAC70) is known color: Mountain Meadow. HEX triplet: 1C, AC and 70. RGB value is (28,172,112). Sum of RGB (Red+Green+Blue) = 28+172+112=312 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.97% from 312); Green value is 172 (67.58% from 255 or 55.13% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 172 - color contains mainly: green. Hex color #1CAC70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAC70 is #E3538F. Grayscale: #7A7A7A. Windows color (decimal): -14898064 or 7384092. OLE color: 7384092.
HSL color Cylindrical-coordinate representation of color #1CAC70: hue angle of 155º 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 #1CAC70 is Cyan = 0.84, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 172 | 112 | - |
| CMYK | 0.84 | 0 | 0.35 | 0.33 |
| HSL | 155º | 0.72% | 0.39% | - |
| HSV(B) | 155º | 0.84% | 0.67% | - |
| XYZ | 18.16 | 30.92 | 20.34 | - |
| YUV | 122.1 | 122.29 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 172 | 112 | 0.84 | 0 | 0.35 | 0.33 | 155 | 0.72 | 0.39 |
| Hex | 1C | AC | 70 | 54 | 0 | 23 | 21 | 9B | 48 | 27 |
| Octal | 34 | 254 | 160 | 124 | 0 | 43 | 41 | 233 | 110 | 47 |
| Binary | 11100 | 10101100 | 1110000 | 1010100 | 0 | 100011 | 100001 | 10011011 | 1001000 | 100111 |
Color Harmonies of #1CAC70
Complementary color
Monochromatic Colors of #1CAC70
Black with #1CAC70
Text Example
Text Example
White with #1CAC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAC70; }
p { color: rgb(28,172,112); }
H1.HeaderClassName
{
color: #1CAC70;
}
.AnyTagClassName
{
color: #1CAC70;
}
</style>
background-color css
<style>
a { background-color: #1CAC70; }
a { background-color: rgb(28,172,112); }
div.DivClassName
{
background-color: #1CAC70;
}
.BgClassName
{
background-color: #1CAC70;
}
</style>
border-color css
<style>
span { border-color: #1CAC70; }
span { border-color: rgb(28,172,112); }
td.TdClassName
{
border-color: #1CAC70;
}
.TagClassName
{
border-color: #1CAC70;
}
</style>