Shades of Elf Green #14976A
Tints of Elf Green #14976A
RGB
CMYK
RGB Variations
Color information
#14976A (or 0x14976A) is known color: Elf Green. HEX triplet: 14, 97 and 6A. RGB value is (20,151,106). Sum of RGB (Red+Green+Blue) = 20+151+106=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 151 (59.38% from 255 or 54.51% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 151 - color contains mainly: green. Hex color #14976A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14976A is #EB6895. Grayscale: #6A6A6A. Windows color (decimal): -15427734 or 6985492. OLE color: 6985492.
HSL color Cylindrical-coordinate representation of color #14976A: hue angle of 159.39º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14976A is Cyan = 0.87, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 151 | 106 | - |
| CMYK | 0.87 | 0 | 0.30 | 0.41 |
| HSL | 159.39º | 0.77% | 0.34% | - |
| HSV(B) | 159.39º | 0.87% | 0.59% | - |
| XYZ | 13.96 | 23.32 | 17.4 | - |
| YUV | 106.7 | 127.6 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 151 | 106 | 0.87 | 0 | 0.30 | 0.41 | 159.39 | 0.77 | 0.34 |
| Hex | 14 | 97 | 6A | 57 | 0 | 1E | 29 | 9F | 4D | 22 |
| Octal | 24 | 227 | 152 | 127 | 0 | 36 | 51 | 237 | 115 | 42 |
| Binary | 10100 | 10010111 | 1101010 | 1010111 | 0 | 11110 | 101001 | 10011111 | 1001101 | 100010 |
Color Harmonies of #14976A
Complementary color
Monochromatic Colors of #14976A
Black with #14976A
Text Example
Text Example
White with #14976A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14976A; }
p { color: rgb(20,151,106); }
H1.HeaderClassName
{
color: #14976A;
}
.AnyTagClassName
{
color: #14976A;
}
</style>
background-color css
<style>
a { background-color: #14976A; }
a { background-color: rgb(20,151,106); }
div.DivClassName
{
background-color: #14976A;
}
.BgClassName
{
background-color: #14976A;
}
</style>
border-color css
<style>
span { border-color: #14976A; }
span { border-color: rgb(20,151,106); }
td.TdClassName
{
border-color: #14976A;
}
.TagClassName
{
border-color: #14976A;
}
</style>