Shades of Mountain Meadow #1CAD84
Tints of Mountain Meadow #1CAD84
RGB
CMYK
RGB Variations
Color information
#1CAD84 (or 0x1CAD84) is known color: Mountain Meadow. HEX triplet: 1C, AD and 84. RGB value is (28,173,132). Sum of RGB (Red+Green+Blue) = 28+173+132=333 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.41% from 333); Green value is 173 (67.97% from 255 or 51.95% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 173 - color contains mainly: green. Hex color #1CAD84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CAD84 is #E3527B. Grayscale: #7C7C7C. Windows color (decimal): -14897788 or 8695068. OLE color: 8695068.
HSL color Cylindrical-coordinate representation of color #1CAD84: hue angle of 163.03º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAD84 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 173 | 132 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.32 |
| HSL | 163.03º | 0.72% | 0.39% | - |
| HSV(B) | 163.03º | 0.84% | 0.68% | - |
| XYZ | 19.59 | 31.8 | 26.94 | - |
| YUV | 124.97 | 131.96 | 58.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 173 | 132 | 0.84 | 0 | 0.24 | 0.32 | 163.03 | 0.72 | 0.39 |
| Hex | 1C | AD | 84 | 54 | 0 | 18 | 20 | A3 | 48 | 27 |
| Octal | 34 | 255 | 204 | 124 | 0 | 30 | 40 | 243 | 110 | 47 |
| Binary | 11100 | 10101101 | 10000100 | 1010100 | 0 | 11000 | 100000 | 10100011 | 1001000 | 100111 |
Color Harmonies of #1CAD84
Complementary color
Monochromatic Colors of #1CAD84
Black with #1CAD84
Text Example
Text Example
White with #1CAD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAD84; }
p { color: rgb(28,173,132); }
H1.HeaderClassName
{
color: #1CAD84;
}
.AnyTagClassName
{
color: #1CAD84;
}
</style>
background-color css
<style>
a { background-color: #1CAD84; }
a { background-color: rgb(28,173,132); }
div.DivClassName
{
background-color: #1CAD84;
}
.BgClassName
{
background-color: #1CAD84;
}
</style>
border-color css
<style>
span { border-color: #1CAD84; }
span { border-color: rgb(28,173,132); }
td.TdClassName
{
border-color: #1CAD84;
}
.TagClassName
{
border-color: #1CAD84;
}
</style>