Shades of Elf Green #1F9E6A
Tints of Elf Green #1F9E6A
RGB
CMYK
RGB Variations
Color information
#1F9E6A (or 0x1F9E6A) is known color: Elf Green. HEX triplet: 1F, 9E and 6A. RGB value is (31,158,106). Sum of RGB (Red+Green+Blue) = 31+158+106=295 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.51% from 295); Green value is 158 (62.11% from 255 or 53.56% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 158 - color contains mainly: green. Hex color #1F9E6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9E6A is #E06195. Grayscale: #727272. Windows color (decimal): -14705046 or 6987295. OLE color: 6987295.
HSL color Cylindrical-coordinate representation of color #1F9E6A: hue angle of 155.43º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9E6A is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 158 | 106 | - |
| CMYK | 0.80 | 0 | 0.33 | 0.38 |
| HSL | 155.43º | 0.67% | 0.37% | - |
| HSV(B) | 155.43º | 0.8% | 0.62% | - |
| XYZ | 15.39 | 25.79 | 17.8 | - |
| YUV | 114.1 | 123.42 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 158 | 106 | 0.80 | 0 | 0.33 | 0.38 | 155.43 | 0.67 | 0.37 |
| Hex | 1F | 9E | 6A | 50 | 0 | 21 | 26 | 9B | 43 | 25 |
| Octal | 37 | 236 | 152 | 120 | 0 | 41 | 46 | 233 | 103 | 45 |
| Binary | 11111 | 10011110 | 1101010 | 1010000 | 0 | 100001 | 100110 | 10011011 | 1000011 | 100101 |
Color Harmonies of #1F9E6A
Complementary color
Monochromatic Colors of #1F9E6A
Black with #1F9E6A
Text Example
Text Example
White with #1F9E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9E6A; }
p { color: rgb(31,158,106); }
H1.HeaderClassName
{
color: #1F9E6A;
}
.AnyTagClassName
{
color: #1F9E6A;
}
</style>
background-color css
<style>
a { background-color: #1F9E6A; }
a { background-color: rgb(31,158,106); }
div.DivClassName
{
background-color: #1F9E6A;
}
.BgClassName
{
background-color: #1F9E6A;
}
</style>
border-color css
<style>
span { border-color: #1F9E6A; }
span { border-color: rgb(31,158,106); }
td.TdClassName
{
border-color: #1F9E6A;
}
.TagClassName
{
border-color: #1F9E6A;
}
</style>