Shades of Mountain Meadow #1FAB6E
Tints of Mountain Meadow #1FAB6E
RGB
CMYK
RGB Variations
Color information
#1FAB6E (or 0x1FAB6E) is known color: Mountain Meadow. HEX triplet: 1F, AB and 6E. RGB value is (31,171,110). Sum of RGB (Red+Green+Blue) = 31+171+110=312 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.94% from 312); Green value is 171 (67.19% from 255 or 54.81% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 171 - color contains mainly: green. Hex color #1FAB6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAB6E is #E05491. Grayscale: #7A7A7A. Windows color (decimal): -14701714 or 7252767. OLE color: 7252767.
HSL color Cylindrical-coordinate representation of color #1FAB6E: hue angle of 153.86º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAB6E is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 171 | 110 | - |
| CMYK | 0.82 | 0 | 0.36 | 0.33 |
| HSL | 153.86º | 0.69% | 0.4% | - |
| HSV(B) | 153.86º | 0.82% | 0.67% | - |
| XYZ | 17.94 | 30.54 | 19.7 | - |
| YUV | 122.19 | 121.12 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 171 | 110 | 0.82 | 0 | 0.36 | 0.33 | 153.86 | 0.69 | 0.4 |
| Hex | 1F | AB | 6E | 52 | 0 | 24 | 21 | 9A | 45 | 28 |
| Octal | 37 | 253 | 156 | 122 | 0 | 44 | 41 | 232 | 105 | 50 |
| Binary | 11111 | 10101011 | 1101110 | 1010010 | 0 | 100100 | 100001 | 10011010 | 1000101 | 101000 |
Color Harmonies of #1FAB6E
Complementary color
Monochromatic Colors of #1FAB6E
Black with #1FAB6E
Text Example
Text Example
White with #1FAB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAB6E; }
p { color: rgb(31,171,110); }
H1.HeaderClassName
{
color: #1FAB6E;
}
.AnyTagClassName
{
color: #1FAB6E;
}
</style>
background-color css
<style>
a { background-color: #1FAB6E; }
a { background-color: rgb(31,171,110); }
div.DivClassName
{
background-color: #1FAB6E;
}
.BgClassName
{
background-color: #1FAB6E;
}
</style>
border-color css
<style>
span { border-color: #1FAB6E; }
span { border-color: rgb(31,171,110); }
td.TdClassName
{
border-color: #1FAB6E;
}
.TagClassName
{
border-color: #1FAB6E;
}
</style>