Shades of Mountain Meadow #1CAB7D
Tints of Mountain Meadow #1CAB7D
RGB
CMYK
RGB Variations
Color information
#1CAB7D (or 0x1CAB7D) is known color: Mountain Meadow. HEX triplet: 1C, AB and 7D. RGB value is (28,171,125). Sum of RGB (Red+Green+Blue) = 28+171+125=324 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.64% from 324); Green value is 171 (67.19% from 255 or 52.78% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 171 - color contains mainly: green. Hex color #1CAB7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAB7D is #E35482. Grayscale: #7B7B7B. Windows color (decimal): -14898307 or 8235804. OLE color: 8235804.
HSL color Cylindrical-coordinate representation of color #1CAB7D: hue angle of 160.7º 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 #1CAB7D is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 171 | 125 | - |
| CMYK | 0.84 | 0 | 0.27 | 0.33 |
| HSL | 160.7º | 0.72% | 0.39% | - |
| HSV(B) | 160.7º | 0.84% | 0.67% | - |
| XYZ | 18.74 | 30.85 | 24.37 | - |
| YUV | 123 | 129.12 | 60.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 171 | 125 | 0.84 | 0 | 0.27 | 0.33 | 160.7 | 0.72 | 0.39 |
| Hex | 1C | AB | 7D | 54 | 0 | 1B | 21 | A1 | 48 | 27 |
| Octal | 34 | 253 | 175 | 124 | 0 | 33 | 41 | 241 | 110 | 47 |
| Binary | 11100 | 10101011 | 1111101 | 1010100 | 0 | 11011 | 100001 | 10100001 | 1001000 | 100111 |
Color Harmonies of #1CAB7D
Complementary color
Monochromatic Colors of #1CAB7D
Black with #1CAB7D
Text Example
Text Example
White with #1CAB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAB7D; }
p { color: rgb(28,171,125); }
H1.HeaderClassName
{
color: #1CAB7D;
}
.AnyTagClassName
{
color: #1CAB7D;
}
</style>
background-color css
<style>
a { background-color: #1CAB7D; }
a { background-color: rgb(28,171,125); }
div.DivClassName
{
background-color: #1CAB7D;
}
.BgClassName
{
background-color: #1CAB7D;
}
</style>
border-color css
<style>
span { border-color: #1CAB7D; }
span { border-color: rgb(28,171,125); }
td.TdClassName
{
border-color: #1CAB7D;
}
.TagClassName
{
border-color: #1CAB7D;
}
</style>