Shades of Mountain Meadow #1CAD89
Tints of Mountain Meadow #1CAD89
RGB
CMYK
RGB Variations
Color information
#1CAD89 (or 0x1CAD89) is known color: Mountain Meadow. HEX triplet: 1C, AD and 89. RGB value is (28,173,137). Sum of RGB (Red+Green+Blue) = 28+173+137=338 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.28% from 338); Green value is 173 (67.97% from 255 or 51.18% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 173 - color contains mainly: green. Hex color #1CAD89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CAD89 is #E35276. Grayscale: #7D7D7D. Windows color (decimal): -14897783 or 9022748. OLE color: 9022748.
HSL color Cylindrical-coordinate representation of color #1CAD89: hue angle of 165.1º 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 #1CAD89 is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 173 | 137 | - |
| CMYK | 0.84 | 0 | 0.21 | 0.32 |
| HSL | 165.1º | 0.72% | 0.39% | - |
| HSV(B) | 165.1º | 0.84% | 0.68% | - |
| XYZ | 19.94 | 31.94 | 28.78 | - |
| YUV | 125.54 | 134.46 | 58.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 173 | 137 | 0.84 | 0 | 0.21 | 0.32 | 165.1 | 0.72 | 0.39 |
| Hex | 1C | AD | 89 | 54 | 0 | 15 | 20 | A5 | 48 | 27 |
| Octal | 34 | 255 | 211 | 124 | 0 | 25 | 40 | 245 | 110 | 47 |
| Binary | 11100 | 10101101 | 10001001 | 1010100 | 0 | 10101 | 100000 | 10100101 | 1001000 | 100111 |
Color Harmonies of #1CAD89
Complementary color
Monochromatic Colors of #1CAD89
Black with #1CAD89
Text Example
Text Example
White with #1CAD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAD89; }
p { color: rgb(28,173,137); }
H1.HeaderClassName
{
color: #1CAD89;
}
.AnyTagClassName
{
color: #1CAD89;
}
</style>
background-color css
<style>
a { background-color: #1CAD89; }
a { background-color: rgb(28,173,137); }
div.DivClassName
{
background-color: #1CAD89;
}
.BgClassName
{
background-color: #1CAD89;
}
</style>
border-color css
<style>
span { border-color: #1CAD89; }
span { border-color: rgb(28,173,137); }
td.TdClassName
{
border-color: #1CAD89;
}
.TagClassName
{
border-color: #1CAD89;
}
</style>