Shades of Elf Green #1F986C
Tints of Elf Green #1F986C
RGB
CMYK
RGB Variations
Color information
#1F986C (or 0x1F986C) is known color: Elf Green. HEX triplet: 1F, 98 and 6C. RGB value is (31,152,108). Sum of RGB (Red+Green+Blue) = 31+152+108=291 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.65% from 291); Green value is 152 (59.77% from 255 or 52.23% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 152 - color contains mainly: green. Hex color #1F986C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F986C is #E06793. Grayscale: #6E6E6E. Windows color (decimal): -14706580 or 7116831. OLE color: 7116831.
HSL color Cylindrical-coordinate representation of color #1F986C: hue angle of 158.18º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F986C is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 31 | 152 | 108 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.40 |
| HSL | 158.18º | 0.66% | 0.36% | - |
| HSV(B) | 158.18º | 0.8% | 0.6% | - |
| XYZ | 14.5 | 23.83 | 18.02 | - |
| YUV | 110.81 | 126.41 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 152 | 108 | 0.80 | 0 | 0.29 | 0.40 | 158.18 | 0.66 | 0.36 |
| Hex | 1F | 98 | 6C | 50 | 0 | 1D | 28 | 9E | 42 | 24 |
| Octal | 37 | 230 | 154 | 120 | 0 | 35 | 50 | 236 | 102 | 44 |
| Binary | 11111 | 10011000 | 1101100 | 1010000 | 0 | 11101 | 101000 | 10011110 | 1000010 | 100100 |
Color Harmonies of #1F986C
Complementary color
Monochromatic Colors of #1F986C
Black with #1F986C
Text Example
Text Example
White with #1F986C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F986C; }
p { color: rgb(31,152,108); }
H1.HeaderClassName
{
color: #1F986C;
}
.AnyTagClassName
{
color: #1F986C;
}
</style>
background-color css
<style>
a { background-color: #1F986C; }
a { background-color: rgb(31,152,108); }
div.DivClassName
{
background-color: #1F986C;
}
.BgClassName
{
background-color: #1F986C;
}
</style>
border-color css
<style>
span { border-color: #1F986C; }
span { border-color: rgb(31,152,108); }
td.TdClassName
{
border-color: #1F986C;
}
.TagClassName
{
border-color: #1F986C;
}
</style>