Shades of Mountain Meadow #1FCA89
Tints of Mountain Meadow #1FCA89
RGB
CMYK
RGB Variations
Color information
#1FCA89 (or 0x1FCA89) is known color: Mountain Meadow. HEX triplet: 1F, CA and 89. RGB value is (31,202,137). Sum of RGB (Red+Green+Blue) = 31+202+137=370 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.38% from 370); Green value is 202 (79.30% from 255 or 54.59% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 202 - color contains mainly: green. Hex color #1FCA89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCA89 is #E03576. Grayscale: #8F8F8F. Windows color (decimal): -14693751 or 9030175. OLE color: 9030175.
HSL color Cylindrical-coordinate representation of color #1FCA89: hue angle of 157.19º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCA89 is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 202 | 137 | - |
| CMYK | 0.85 | 0 | 0.32 | 0.21 |
| HSL | 157.19º | 0.73% | 0.46% | - |
| HSV(B) | 157.19º | 0.85% | 0.79% | - |
| XYZ | 26.2 | 44.34 | 30.84 | - |
| YUV | 143.46 | 124.35 | 47.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 202 | 137 | 0.85 | 0 | 0.32 | 0.21 | 157.19 | 0.73 | 0.46 |
| Hex | 1F | CA | 89 | 55 | 0 | 20 | 15 | 9D | 49 | 2E |
| Octal | 37 | 312 | 211 | 125 | 0 | 40 | 25 | 235 | 111 | 56 |
| Binary | 11111 | 11001010 | 10001001 | 1010101 | 0 | 100000 | 10101 | 10011101 | 1001001 | 101110 |
Color Harmonies of #1FCA89
Complementary color
Monochromatic Colors of #1FCA89
Black with #1FCA89
Text Example
Text Example
White with #1FCA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCA89; }
p { color: rgb(31,202,137); }
H1.HeaderClassName
{
color: #1FCA89;
}
.AnyTagClassName
{
color: #1FCA89;
}
</style>
background-color css
<style>
a { background-color: #1FCA89; }
a { background-color: rgb(31,202,137); }
div.DivClassName
{
background-color: #1FCA89;
}
.BgClassName
{
background-color: #1FCA89;
}
</style>
border-color css
<style>
span { border-color: #1FCA89; }
span { border-color: rgb(31,202,137); }
td.TdClassName
{
border-color: #1FCA89;
}
.TagClassName
{
border-color: #1FCA89;
}
</style>