Shades of Elf Green #1FA16C
Tints of Elf Green #1FA16C
RGB
CMYK
RGB Variations
Color information
#1FA16C (or 0x1FA16C) is known color: Elf Green. HEX triplet: 1F, A1 and 6C. RGB value is (31,161,108). Sum of RGB (Red+Green+Blue) = 31+161+108=300 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.33% from 300); Green value is 161 (63.28% from 255 or 53.67% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 161 - color contains mainly: green. Hex color #1FA16C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA16C is #E05E93. Grayscale: #747474. Windows color (decimal): -14704276 or 7119135. OLE color: 7119135.
HSL color Cylindrical-coordinate representation of color #1FA16C: hue angle of 155.54º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA16C is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 161 | 108 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.37 |
| HSL | 155.54º | 0.68% | 0.38% | - |
| HSV(B) | 155.54º | 0.81% | 0.63% | - |
| XYZ | 16.02 | 26.86 | 18.53 | - |
| YUV | 116.09 | 123.43 | 67.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 161 | 108 | 0.81 | 0 | 0.33 | 0.37 | 155.54 | 0.68 | 0.38 |
| Hex | 1F | A1 | 6C | 51 | 0 | 21 | 25 | 9C | 44 | 26 |
| Octal | 37 | 241 | 154 | 121 | 0 | 41 | 45 | 234 | 104 | 46 |
| Binary | 11111 | 10100001 | 1101100 | 1010001 | 0 | 100001 | 100101 | 10011100 | 1000100 | 100110 |
Color Harmonies of #1FA16C
Complementary color
Monochromatic Colors of #1FA16C
Black with #1FA16C
Text Example
Text Example
White with #1FA16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA16C; }
p { color: rgb(31,161,108); }
H1.HeaderClassName
{
color: #1FA16C;
}
.AnyTagClassName
{
color: #1FA16C;
}
</style>
background-color css
<style>
a { background-color: #1FA16C; }
a { background-color: rgb(31,161,108); }
div.DivClassName
{
background-color: #1FA16C;
}
.BgClassName
{
background-color: #1FA16C;
}
</style>
border-color css
<style>
span { border-color: #1FA16C; }
span { border-color: rgb(31,161,108); }
td.TdClassName
{
border-color: #1FA16C;
}
.TagClassName
{
border-color: #1FA16C;
}
</style>