Shades of Elf Green #1F9E69
Tints of Elf Green #1F9E69
RGB
CMYK
RGB Variations
Color information
#1F9E69 (or 0x1F9E69) is known color: Elf Green. HEX triplet: 1F, 9E and 69. RGB value is (31,158,105). Sum of RGB (Red+Green+Blue) = 31+158+105=294 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.54% from 294); Green value is 158 (62.11% from 255 or 53.74% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 158 - color contains mainly: green. Hex color #1F9E69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9E69 is #E06196. Grayscale: #727272. Windows color (decimal): -14705047 or 6921759. OLE color: 6921759.
HSL color Cylindrical-coordinate representation of color #1F9E69: hue angle of 154.96º 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 #1F9E69 is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 158 | 105 | - |
| CMYK | 0.80 | 0 | 0.34 | 0.38 |
| HSL | 154.96º | 0.67% | 0.37% | - |
| HSV(B) | 154.96º | 0.8% | 0.62% | - |
| XYZ | 15.34 | 25.76 | 17.53 | - |
| YUV | 113.99 | 122.92 | 68.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 158 | 105 | 0.80 | 0 | 0.34 | 0.38 | 154.96 | 0.67 | 0.37 |
| Hex | 1F | 9E | 69 | 50 | 0 | 22 | 26 | 9B | 43 | 25 |
| Octal | 37 | 236 | 151 | 120 | 0 | 42 | 46 | 233 | 103 | 45 |
| Binary | 11111 | 10011110 | 1101001 | 1010000 | 0 | 100010 | 100110 | 10011011 | 1000011 | 100101 |
Color Harmonies of #1F9E69
Complementary color
Monochromatic Colors of #1F9E69
Black with #1F9E69
Text Example
Text Example
White with #1F9E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9E69; }
p { color: rgb(31,158,105); }
H1.HeaderClassName
{
color: #1F9E69;
}
.AnyTagClassName
{
color: #1F9E69;
}
</style>
background-color css
<style>
a { background-color: #1F9E69; }
a { background-color: rgb(31,158,105); }
div.DivClassName
{
background-color: #1F9E69;
}
.BgClassName
{
background-color: #1F9E69;
}
</style>
border-color css
<style>
span { border-color: #1F9E69; }
span { border-color: rgb(31,158,105); }
td.TdClassName
{
border-color: #1F9E69;
}
.TagClassName
{
border-color: #1F9E69;
}
</style>