Shades of Elf Green #1F9C76
Tints of Elf Green #1F9C76
RGB
CMYK
RGB Variations
Color information
#1F9C76 (or 0x1F9C76) is known color: Elf Green. HEX triplet: 1F, 9C and 76. RGB value is (31,156,118). Sum of RGB (Red+Green+Blue) = 31+156+118=305 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.16% from 305); Green value is 156 (61.33% from 255 or 51.15% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 156 - color contains mainly: green. Hex color #1F9C76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9C76 is #E06389. Grayscale: #727272. Windows color (decimal): -14705546 or 7773215. OLE color: 7773215.
HSL color Cylindrical-coordinate representation of color #1F9C76: hue angle of 161.76º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9C76 is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 156 | 118 | - |
| CMYK | 0.80 | 0 | 0.24 | 0.39 |
| HSL | 161.76º | 0.67% | 0.37% | - |
| HSV(B) | 161.76º | 0.8% | 0.61% | - |
| XYZ | 15.72 | 25.38 | 21.21 | - |
| YUV | 114.29 | 130.09 | 68.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 156 | 118 | 0.80 | 0 | 0.24 | 0.39 | 161.76 | 0.67 | 0.37 |
| Hex | 1F | 9C | 76 | 50 | 0 | 18 | 27 | A2 | 43 | 25 |
| Octal | 37 | 234 | 166 | 120 | 0 | 30 | 47 | 242 | 103 | 45 |
| Binary | 11111 | 10011100 | 1110110 | 1010000 | 0 | 11000 | 100111 | 10100010 | 1000011 | 100101 |
Color Harmonies of #1F9C76
Complementary color
Monochromatic Colors of #1F9C76
Black with #1F9C76
Text Example
Text Example
White with #1F9C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9C76; }
p { color: rgb(31,156,118); }
H1.HeaderClassName
{
color: #1F9C76;
}
.AnyTagClassName
{
color: #1F9C76;
}
</style>
background-color css
<style>
a { background-color: #1F9C76; }
a { background-color: rgb(31,156,118); }
div.DivClassName
{
background-color: #1F9C76;
}
.BgClassName
{
background-color: #1F9C76;
}
</style>
border-color css
<style>
span { border-color: #1F9C76; }
span { border-color: rgb(31,156,118); }
td.TdClassName
{
border-color: #1F9C76;
}
.TagClassName
{
border-color: #1F9C76;
}
</style>