Shades of Elf Green #1FA26E
Tints of Elf Green #1FA26E
RGB
CMYK
RGB Variations
Color information
#1FA26E (or 0x1FA26E) is known color: Elf Green. HEX triplet: 1F, A2 and 6E. RGB value is (31,162,110). Sum of RGB (Red+Green+Blue) = 31+162+110=303 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.23% from 303); Green value is 162 (63.67% from 255 or 53.47% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 162 - color contains mainly: green. Hex color #1FA26E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA26E is #E05D91. Grayscale: #747474. Windows color (decimal): -14704018 or 7250463. OLE color: 7250463.
HSL color Cylindrical-coordinate representation of color #1FA26E: hue angle of 156.18º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA26E is Cyan = 0.81, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 31 | 162 | 110 | - |
| CMYK | 0.81 | 0 | 0.32 | 0.36 |
| HSL | 156.18º | 0.68% | 0.38% | - |
| HSV(B) | 156.18º | 0.81% | 0.64% | - |
| XYZ | 16.3 | 27.26 | 19.15 | - |
| YUV | 116.9 | 124.1 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 162 | 110 | 0.81 | 0 | 0.32 | 0.36 | 156.18 | 0.68 | 0.38 |
| Hex | 1F | A2 | 6E | 51 | 0 | 20 | 24 | 9C | 44 | 26 |
| Octal | 37 | 242 | 156 | 121 | 0 | 40 | 44 | 234 | 104 | 46 |
| Binary | 11111 | 10100010 | 1101110 | 1010001 | 0 | 100000 | 100100 | 10011100 | 1000100 | 100110 |
Color Harmonies of #1FA26E
Complementary color
Monochromatic Colors of #1FA26E
Black with #1FA26E
Text Example
Text Example
White with #1FA26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA26E; }
p { color: rgb(31,162,110); }
H1.HeaderClassName
{
color: #1FA26E;
}
.AnyTagClassName
{
color: #1FA26E;
}
</style>
background-color css
<style>
a { background-color: #1FA26E; }
a { background-color: rgb(31,162,110); }
div.DivClassName
{
background-color: #1FA26E;
}
.BgClassName
{
background-color: #1FA26E;
}
</style>
border-color css
<style>
span { border-color: #1FA26E; }
span { border-color: rgb(31,162,110); }
td.TdClassName
{
border-color: #1FA26E;
}
.TagClassName
{
border-color: #1FA26E;
}
</style>