Shades of Elf Green #14906A
Tints of Elf Green #14906A
RGB
CMYK
RGB Variations
Color information
#14906A (or 0x14906A) is known color: Elf Green. HEX triplet: 14, 90 and 6A. RGB value is (20,144,106). Sum of RGB (Red+Green+Blue) = 20+144+106=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 144 (56.64% from 255 or 53.33% from 270); Blue value is 106 (41.80% from 255 or 39.26% from 270); Max value from RGB is 144 - color contains mainly: green. Hex color #14906A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14906A is #EB6F95. Grayscale: #666666. Windows color (decimal): -15429526 or 6983700. OLE color: 6983700.
HSL color Cylindrical-coordinate representation of color #14906A: hue angle of 161.61º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14906A is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 144 | 106 | - |
| CMYK | 0.86 | 0 | 0.26 | 0.44 |
| HSL | 161.61º | 0.76% | 0.32% | - |
| HSV(B) | 161.61º | 0.86% | 0.56% | - |
| XYZ | 12.86 | 21.14 | 17.04 | - |
| YUV | 102.59 | 129.92 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 144 | 106 | 0.86 | 0 | 0.26 | 0.44 | 161.61 | 0.76 | 0.32 |
| Hex | 14 | 90 | 6A | 56 | 0 | 1A | 2C | A2 | 4C | 20 |
| Octal | 24 | 220 | 152 | 126 | 0 | 32 | 54 | 242 | 114 | 40 |
| Binary | 10100 | 10010000 | 1101010 | 1010110 | 0 | 11010 | 101100 | 10100010 | 1001100 | 100000 |
Color Harmonies of #14906A
Complementary color
Monochromatic Colors of #14906A
Black with #14906A
Text Example
Text Example
White with #14906A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14906A; }
p { color: rgb(20,144,106); }
H1.HeaderClassName
{
color: #14906A;
}
.AnyTagClassName
{
color: #14906A;
}
</style>
background-color css
<style>
a { background-color: #14906A; }
a { background-color: rgb(20,144,106); }
div.DivClassName
{
background-color: #14906A;
}
.BgClassName
{
background-color: #14906A;
}
</style>
border-color css
<style>
span { border-color: #14906A; }
span { border-color: rgb(20,144,106); }
td.TdClassName
{
border-color: #14906A;
}
.TagClassName
{
border-color: #14906A;
}
</style>