Shades of Elf Green #1F9A6D
Tints of Elf Green #1F9A6D
RGB
CMYK
RGB Variations
Color information
#1F9A6D (or 0x1F9A6D) is known color: Elf Green. HEX triplet: 1F, 9A and 6D. RGB value is (31,154,109). Sum of RGB (Red+Green+Blue) = 31+154+109=294 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.54% from 294); Green value is 154 (60.55% from 255 or 52.38% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 154 - color contains mainly: green. Hex color #1F9A6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9A6D is #E06592. Grayscale: #707070. Windows color (decimal): -14706067 or 7182879. OLE color: 7182879.
HSL color Cylindrical-coordinate representation of color #1F9A6D: hue angle of 158.05º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9A6D is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 31 | 154 | 109 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.40 |
| HSL | 158.05º | 0.66% | 0.36% | - |
| HSV(B) | 158.05º | 0.8% | 0.6% | - |
| XYZ | 14.88 | 24.51 | 18.41 | - |
| YUV | 112.09 | 126.25 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 154 | 109 | 0.80 | 0 | 0.29 | 0.40 | 158.05 | 0.66 | 0.36 |
| Hex | 1F | 9A | 6D | 50 | 0 | 1D | 28 | 9E | 42 | 24 |
| Octal | 37 | 232 | 155 | 120 | 0 | 35 | 50 | 236 | 102 | 44 |
| Binary | 11111 | 10011010 | 1101101 | 1010000 | 0 | 11101 | 101000 | 10011110 | 1000010 | 100100 |
Color Harmonies of #1F9A6D
Complementary color
Monochromatic Colors of #1F9A6D
Black with #1F9A6D
Text Example
Text Example
White with #1F9A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9A6D; }
p { color: rgb(31,154,109); }
H1.HeaderClassName
{
color: #1F9A6D;
}
.AnyTagClassName
{
color: #1F9A6D;
}
</style>
background-color css
<style>
a { background-color: #1F9A6D; }
a { background-color: rgb(31,154,109); }
div.DivClassName
{
background-color: #1F9A6D;
}
.BgClassName
{
background-color: #1F9A6D;
}
</style>
border-color css
<style>
span { border-color: #1F9A6D; }
span { border-color: rgb(31,154,109); }
td.TdClassName
{
border-color: #1F9A6D;
}
.TagClassName
{
border-color: #1F9A6D;
}
</style>