Shades of Elf Green #1F986A
Tints of Elf Green #1F986A
RGB
CMYK
RGB Variations
Color information
#1F986A (or 0x1F986A) is known color: Elf Green. HEX triplet: 1F, 98 and 6A. RGB value is (31,152,106). Sum of RGB (Red+Green+Blue) = 31+152+106=289 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.73% from 289); Green value is 152 (59.77% from 255 or 52.60% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 152 - color contains mainly: green. Hex color #1F986A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F986A is #E06795. Grayscale: #6E6E6E. Windows color (decimal): -14706582 or 6985759. OLE color: 6985759.
HSL color Cylindrical-coordinate representation of color #1F986A: hue angle of 157.19º 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 #1F986A is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 31 | 152 | 106 | - |
| CMYK | 0.80 | 0 | 0.30 | 0.40 |
| HSL | 157.19º | 0.66% | 0.36% | - |
| HSV(B) | 157.19º | 0.8% | 0.6% | - |
| XYZ | 14.39 | 23.79 | 17.47 | - |
| YUV | 110.58 | 125.41 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 152 | 106 | 0.80 | 0 | 0.30 | 0.40 | 157.19 | 0.66 | 0.36 |
| Hex | 1F | 98 | 6A | 50 | 0 | 1E | 28 | 9D | 42 | 24 |
| Octal | 37 | 230 | 152 | 120 | 0 | 36 | 50 | 235 | 102 | 44 |
| Binary | 11111 | 10011000 | 1101010 | 1010000 | 0 | 11110 | 101000 | 10011101 | 1000010 | 100100 |
Color Harmonies of #1F986A
Complementary color
Monochromatic Colors of #1F986A
Black with #1F986A
Text Example
Text Example
White with #1F986A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F986A; }
p { color: rgb(31,152,106); }
H1.HeaderClassName
{
color: #1F986A;
}
.AnyTagClassName
{
color: #1F986A;
}
</style>
background-color css
<style>
a { background-color: #1F986A; }
a { background-color: rgb(31,152,106); }
div.DivClassName
{
background-color: #1F986A;
}
.BgClassName
{
background-color: #1F986A;
}
</style>
border-color css
<style>
span { border-color: #1F986A; }
span { border-color: rgb(31,152,106); }
td.TdClassName
{
border-color: #1F986A;
}
.TagClassName
{
border-color: #1F986A;
}
</style>