Shades of Elf Green #1E906E
Tints of Elf Green #1E906E
RGB
CMYK
RGB Variations
Color information
#1E906E (or 0x1E906E) is known color: Elf Green. HEX triplet: 1E, 90 and 6E. RGB value is (30,144,110). Sum of RGB (Red+Green+Blue) = 30+144+110=284 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.56% from 284); Green value is 144 (56.64% from 255 or 50.70% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 144 - color contains mainly: green. Hex color #1E906E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E906E is #E16F91. Grayscale: #6A6A6A. Windows color (decimal): -14774162 or 7245854. OLE color: 7245854.
HSL color Cylindrical-coordinate representation of color #1E906E: hue angle of 162.11º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E906E is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 30 | 144 | 110 | - |
| CMYK | 0.79 | 0 | 0.24 | 0.44 |
| HSL | 162.11º | 0.66% | 0.34% | - |
| HSV(B) | 162.11º | 0.79% | 0.56% | - |
| XYZ | 13.32 | 21.35 | 18.17 | - |
| YUV | 106.04 | 130.23 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 144 | 110 | 0.79 | 0 | 0.24 | 0.44 | 162.11 | 0.66 | 0.34 |
| Hex | 1E | 90 | 6E | 4F | 0 | 18 | 2C | A2 | 42 | 22 |
| Octal | 36 | 220 | 156 | 117 | 0 | 30 | 54 | 242 | 102 | 42 |
| Binary | 11110 | 10010000 | 1101110 | 1001111 | 0 | 11000 | 101100 | 10100010 | 1000010 | 100010 |
Color Harmonies of #1E906E
Complementary color
Monochromatic Colors of #1E906E
Black with #1E906E
Text Example
Text Example
White with #1E906E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E906E; }
p { color: rgb(30,144,110); }
H1.HeaderClassName
{
color: #1E906E;
}
.AnyTagClassName
{
color: #1E906E;
}
</style>
background-color css
<style>
a { background-color: #1E906E; }
a { background-color: rgb(30,144,110); }
div.DivClassName
{
background-color: #1E906E;
}
.BgClassName
{
background-color: #1E906E;
}
</style>
border-color css
<style>
span { border-color: #1E906E; }
span { border-color: rgb(30,144,110); }
td.TdClassName
{
border-color: #1E906E;
}
.TagClassName
{
border-color: #1E906E;
}
</style>