Shades of Elf Green #1F9F6C
Tints of Elf Green #1F9F6C
RGB
CMYK
RGB Variations
Color information
#1F9F6C (or 0x1F9F6C) is known color: Elf Green. HEX triplet: 1F, 9F and 6C. RGB value is (31,159,108). Sum of RGB (Red+Green+Blue) = 31+159+108=298 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.40% from 298); Green value is 159 (62.5% from 255 or 53.36% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 159 - color contains mainly: green. Hex color #1F9F6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9F6C is #E06093. Grayscale: #727272. Windows color (decimal): -14704788 or 7118623. OLE color: 7118623.
HSL color Cylindrical-coordinate representation of color #1F9F6C: hue angle of 156.09º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F9F6C is Cyan = 0.81, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 159 | 108 | - |
| CMYK | 0.81 | 0 | 0.32 | 0.38 |
| HSL | 156.09º | 0.67% | 0.37% | - |
| HSV(B) | 156.09º | 0.81% | 0.62% | - |
| XYZ | 15.67 | 26.17 | 18.41 | - |
| YUV | 114.91 | 124.09 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 159 | 108 | 0.81 | 0 | 0.32 | 0.38 | 156.09 | 0.67 | 0.37 |
| Hex | 1F | 9F | 6C | 51 | 0 | 20 | 26 | 9C | 43 | 25 |
| Octal | 37 | 237 | 154 | 121 | 0 | 40 | 46 | 234 | 103 | 45 |
| Binary | 11111 | 10011111 | 1101100 | 1010001 | 0 | 100000 | 100110 | 10011100 | 1000011 | 100101 |
Color Harmonies of #1F9F6C
Complementary color
Monochromatic Colors of #1F9F6C
Black with #1F9F6C
Text Example
Text Example
White with #1F9F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9F6C; }
p { color: rgb(31,159,108); }
H1.HeaderClassName
{
color: #1F9F6C;
}
.AnyTagClassName
{
color: #1F9F6C;
}
</style>
background-color css
<style>
a { background-color: #1F9F6C; }
a { background-color: rgb(31,159,108); }
div.DivClassName
{
background-color: #1F9F6C;
}
.BgClassName
{
background-color: #1F9F6C;
}
</style>
border-color css
<style>
span { border-color: #1F9F6C; }
span { border-color: rgb(31,159,108); }
td.TdClassName
{
border-color: #1F9F6C;
}
.TagClassName
{
border-color: #1F9F6C;
}
</style>