Shades of Elf Green #14926C
Tints of Elf Green #14926C
RGB
CMYK
RGB Variations
Color information
#14926C (or 0x14926C) is known color: Elf Green. HEX triplet: 14, 92 and 6C. RGB value is (20,146,108). Sum of RGB (Red+Green+Blue) = 20+146+108=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 146 (57.42% from 255 or 53.28% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 146 - color contains mainly: green. Hex color #14926C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14926C is #EB6D93. Grayscale: #686868. Windows color (decimal): -15429012 or 7115284. OLE color: 7115284.
HSL color Cylindrical-coordinate representation of color #14926C: hue angle of 161.9º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14926C is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 146 | 108 | - |
| CMYK | 0.86 | 0 | 0.26 | 0.43 |
| HSL | 161.9º | 0.76% | 0.33% | - |
| HSV(B) | 161.9º | 0.86% | 0.57% | - |
| XYZ | 13.27 | 21.79 | 17.69 | - |
| YUV | 103.99 | 130.26 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 146 | 108 | 0.86 | 0 | 0.26 | 0.43 | 161.9 | 0.76 | 0.33 |
| Hex | 14 | 92 | 6C | 56 | 0 | 1A | 2B | A2 | 4C | 21 |
| Octal | 24 | 222 | 154 | 126 | 0 | 32 | 53 | 242 | 114 | 41 |
| Binary | 10100 | 10010010 | 1101100 | 1010110 | 0 | 11010 | 101011 | 10100010 | 1001100 | 100001 |
Color Harmonies of #14926C
Complementary color
Monochromatic Colors of #14926C
Black with #14926C
Text Example
Text Example
White with #14926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14926C; }
p { color: rgb(20,146,108); }
H1.HeaderClassName
{
color: #14926C;
}
.AnyTagClassName
{
color: #14926C;
}
</style>
background-color css
<style>
a { background-color: #14926C; }
a { background-color: rgb(20,146,108); }
div.DivClassName
{
background-color: #14926C;
}
.BgClassName
{
background-color: #14926C;
}
</style>
border-color css
<style>
span { border-color: #14926C; }
span { border-color: rgb(20,146,108); }
td.TdClassName
{
border-color: #14926C;
}
.TagClassName
{
border-color: #14926C;
}
</style>