Shades of Elf Green #1FA06F
Tints of Elf Green #1FA06F
RGB
CMYK
RGB Variations
Color information
#1FA06F (or 0x1FA06F) is known color: Elf Green. HEX triplet: 1F, A0 and 6F. RGB value is (31,160,111). Sum of RGB (Red+Green+Blue) = 31+160+111=302 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.26% from 302); Green value is 160 (62.89% from 255 or 52.98% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 160 - color contains mainly: green. Hex color #1FA06F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA06F is #E05F90. Grayscale: #737373. Windows color (decimal): -14704529 or 7315487. OLE color: 7315487.
HSL color Cylindrical-coordinate representation of color #1FA06F: hue angle of 157.21º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA06F is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 160 | 111 | - |
| CMYK | 0.81 | 0 | 0.31 | 0.37 |
| HSL | 157.21º | 0.68% | 0.37% | - |
| HSV(B) | 157.21º | 0.81% | 0.63% | - |
| XYZ | 16.01 | 26.58 | 19.33 | - |
| YUV | 115.84 | 125.26 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 160 | 111 | 0.81 | 0 | 0.31 | 0.37 | 157.21 | 0.68 | 0.37 |
| Hex | 1F | A0 | 6F | 51 | 0 | 1F | 25 | 9D | 44 | 25 |
| Octal | 37 | 240 | 157 | 121 | 0 | 37 | 45 | 235 | 104 | 45 |
| Binary | 11111 | 10100000 | 1101111 | 1010001 | 0 | 11111 | 100101 | 10011101 | 1000100 | 100101 |
Color Harmonies of #1FA06F
Complementary color
Monochromatic Colors of #1FA06F
Black with #1FA06F
Text Example
Text Example
White with #1FA06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA06F; }
p { color: rgb(31,160,111); }
H1.HeaderClassName
{
color: #1FA06F;
}
.AnyTagClassName
{
color: #1FA06F;
}
</style>
background-color css
<style>
a { background-color: #1FA06F; }
a { background-color: rgb(31,160,111); }
div.DivClassName
{
background-color: #1FA06F;
}
.BgClassName
{
background-color: #1FA06F;
}
</style>
border-color css
<style>
span { border-color: #1FA06F; }
span { border-color: rgb(31,160,111); }
td.TdClassName
{
border-color: #1FA06F;
}
.TagClassName
{
border-color: #1FA06F;
}
</style>