Shades of Elf Green #14946C
Tints of Elf Green #14946C
RGB
CMYK
RGB Variations
Color information
#14946C (or 0x14946C) is known color: Elf Green. HEX triplet: 14, 94 and 6C. RGB value is (20,148,108). Sum of RGB (Red+Green+Blue) = 20+148+108=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 148 (58.20% from 255 or 53.62% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 148 - color contains mainly: green. Hex color #14946C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14946C is #EB6B93. Grayscale: #696969. Windows color (decimal): -15428500 or 7115796. OLE color: 7115796.
HSL color Cylindrical-coordinate representation of color #14946C: hue angle of 161.25º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14946C is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 148 | 108 | - |
| CMYK | 0.86 | 0 | 0.27 | 0.42 |
| HSL | 161.25º | 0.76% | 0.33% | - |
| HSV(B) | 161.25º | 0.86% | 0.58% | - |
| XYZ | 13.59 | 22.41 | 17.8 | - |
| YUV | 105.17 | 129.59 | 67.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 148 | 108 | 0.86 | 0 | 0.27 | 0.42 | 161.25 | 0.76 | 0.33 |
| Hex | 14 | 94 | 6C | 56 | 0 | 1B | 2A | A1 | 4C | 21 |
| Octal | 24 | 224 | 154 | 126 | 0 | 33 | 52 | 241 | 114 | 41 |
| Binary | 10100 | 10010100 | 1101100 | 1010110 | 0 | 11011 | 101010 | 10100001 | 1001100 | 100001 |
Color Harmonies of #14946C
Complementary color
Monochromatic Colors of #14946C
Black with #14946C
Text Example
Text Example
White with #14946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14946C; }
p { color: rgb(20,148,108); }
H1.HeaderClassName
{
color: #14946C;
}
.AnyTagClassName
{
color: #14946C;
}
</style>
background-color css
<style>
a { background-color: #14946C; }
a { background-color: rgb(20,148,108); }
div.DivClassName
{
background-color: #14946C;
}
.BgClassName
{
background-color: #14946C;
}
</style>
border-color css
<style>
span { border-color: #14946C; }
span { border-color: rgb(20,148,108); }
td.TdClassName
{
border-color: #14946C;
}
.TagClassName
{
border-color: #14946C;
}
</style>