Shades of Mountain Meadow #1FAB6D
Tints of Mountain Meadow #1FAB6D
RGB
CMYK
RGB Variations
Color information
#1FAB6D (or 0x1FAB6D) is known color: Mountain Meadow. HEX triplet: 1F, AB and 6D. RGB value is (31,171,109). Sum of RGB (Red+Green+Blue) = 31+171+109=311 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.97% from 311); Green value is 171 (67.19% from 255 or 54.98% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 171 - color contains mainly: green. Hex color #1FAB6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAB6D is #E05492. Grayscale: #7A7A7A. Windows color (decimal): -14701715 or 7187231. OLE color: 7187231.
HSL color Cylindrical-coordinate representation of color #1FAB6D: hue angle of 153.43º 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 #1FAB6D is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 171 | 109 | - |
| CMYK | 0.82 | 0 | 0.36 | 0.33 |
| HSL | 153.43º | 0.69% | 0.4% | - |
| HSV(B) | 153.43º | 0.82% | 0.67% | - |
| XYZ | 17.89 | 30.52 | 19.42 | - |
| YUV | 122.07 | 120.62 | 63.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 171 | 109 | 0.82 | 0 | 0.36 | 0.33 | 153.43 | 0.69 | 0.4 |
| Hex | 1F | AB | 6D | 52 | 0 | 24 | 21 | 99 | 45 | 28 |
| Octal | 37 | 253 | 155 | 122 | 0 | 44 | 41 | 231 | 105 | 50 |
| Binary | 11111 | 10101011 | 1101101 | 1010010 | 0 | 100100 | 100001 | 10011001 | 1000101 | 101000 |
Color Harmonies of #1FAB6D
Complementary color
Monochromatic Colors of #1FAB6D
Black with #1FAB6D
Text Example
Text Example
White with #1FAB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAB6D; }
p { color: rgb(31,171,109); }
H1.HeaderClassName
{
color: #1FAB6D;
}
.AnyTagClassName
{
color: #1FAB6D;
}
</style>
background-color css
<style>
a { background-color: #1FAB6D; }
a { background-color: rgb(31,171,109); }
div.DivClassName
{
background-color: #1FAB6D;
}
.BgClassName
{
background-color: #1FAB6D;
}
</style>
border-color css
<style>
span { border-color: #1FAB6D; }
span { border-color: rgb(31,171,109); }
td.TdClassName
{
border-color: #1FAB6D;
}
.TagClassName
{
border-color: #1FAB6D;
}
</style>