Shades of Elf Green #1E977C
Tints of Elf Green #1E977C
RGB
CMYK
RGB Variations
Color information
#1E977C (or 0x1E977C) is known color: Elf Green. HEX triplet: 1E, 97 and 7C. RGB value is (30,151,124). Sum of RGB (Red+Green+Blue) = 30+151+124=305 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.84% from 305); Green value is 151 (59.38% from 255 or 49.51% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 151 - color contains mainly: green. Hex color #1E977C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E977C is #E16883. Grayscale: #6F6F6F. Windows color (decimal): -14772356 or 8165150. OLE color: 8165150.
HSL color Cylindrical-coordinate representation of color #1E977C: hue angle of 166.61º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E977C is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 30 | 151 | 124 | - |
| CMYK | 0.80 | 0 | 0.18 | 0.41 |
| HSL | 166.61º | 0.67% | 0.35% | - |
| HSV(B) | 166.61º | 0.8% | 0.59% | - |
| XYZ | 15.24 | 23.86 | 22.87 | - |
| YUV | 111.74 | 134.91 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 151 | 124 | 0.80 | 0 | 0.18 | 0.41 | 166.61 | 0.67 | 0.35 |
| Hex | 1E | 97 | 7C | 50 | 0 | 12 | 29 | A7 | 43 | 23 |
| Octal | 36 | 227 | 174 | 120 | 0 | 22 | 51 | 247 | 103 | 43 |
| Binary | 11110 | 10010111 | 1111100 | 1010000 | 0 | 10010 | 101001 | 10100111 | 1000011 | 100011 |
Color Harmonies of #1E977C
Complementary color
Monochromatic Colors of #1E977C
Black with #1E977C
Text Example
Text Example
White with #1E977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E977C; }
p { color: rgb(30,151,124); }
H1.HeaderClassName
{
color: #1E977C;
}
.AnyTagClassName
{
color: #1E977C;
}
</style>
background-color css
<style>
a { background-color: #1E977C; }
a { background-color: rgb(30,151,124); }
div.DivClassName
{
background-color: #1E977C;
}
.BgClassName
{
background-color: #1E977C;
}
</style>
border-color css
<style>
span { border-color: #1E977C; }
span { border-color: rgb(30,151,124); }
td.TdClassName
{
border-color: #1E977C;
}
.TagClassName
{
border-color: #1E977C;
}
</style>