Shades of Mountain Meadow #1CAF89
Tints of Mountain Meadow #1CAF89
RGB
CMYK
RGB Variations
Color information
#1CAF89 (or 0x1CAF89) is known color: Mountain Meadow. HEX triplet: 1C, AF and 89. RGB value is (28,175,137). Sum of RGB (Red+Green+Blue) = 28+175+137=340 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.24% from 340); Green value is 175 (68.75% from 255 or 51.47% from 340); Blue value is 137 (53.91% from 255 or 40.29% from 340); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAF89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CAF89 is #E35076. Grayscale: #7E7E7E. Windows color (decimal): -14897271 or 9023260. OLE color: 9023260.
HSL color Cylindrical-coordinate representation of color #1CAF89: hue angle of 164.49º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAF89 is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 28 | 175 | 137 | - |
| CMYK | 0.84 | 0 | 0.22 | 0.31 |
| HSL | 164.49º | 0.72% | 0.4% | - |
| HSV(B) | 164.49º | 0.84% | 0.69% | - |
| XYZ | 20.32 | 32.71 | 28.91 | - |
| YUV | 126.72 | 133.8 | 57.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 175 | 137 | 0.84 | 0 | 0.22 | 0.31 | 164.49 | 0.72 | 0.4 |
| Hex | 1C | AF | 89 | 54 | 0 | 16 | 1F | A4 | 48 | 28 |
| Octal | 34 | 257 | 211 | 124 | 0 | 26 | 37 | 244 | 110 | 50 |
| Binary | 11100 | 10101111 | 10001001 | 1010100 | 0 | 10110 | 11111 | 10100100 | 1001000 | 101000 |
Color Harmonies of #1CAF89
Complementary color
Monochromatic Colors of #1CAF89
Black with #1CAF89
Text Example
Text Example
White with #1CAF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAF89; }
p { color: rgb(28,175,137); }
H1.HeaderClassName
{
color: #1CAF89;
}
.AnyTagClassName
{
color: #1CAF89;
}
</style>
background-color css
<style>
a { background-color: #1CAF89; }
a { background-color: rgb(28,175,137); }
div.DivClassName
{
background-color: #1CAF89;
}
.BgClassName
{
background-color: #1CAF89;
}
</style>
border-color css
<style>
span { border-color: #1CAF89; }
span { border-color: rgb(28,175,137); }
td.TdClassName
{
border-color: #1CAF89;
}
.TagClassName
{
border-color: #1CAF89;
}
</style>