Shades of Elf Green #14966B
Tints of Elf Green #14966B
RGB
CMYK
RGB Variations
Color information
#14966B (or 0x14966B) is known color: Elf Green. HEX triplet: 14, 96 and 6B. RGB value is (20,150,107). Sum of RGB (Red+Green+Blue) = 20+150+107=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 150 (58.98% from 255 or 54.15% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 150 - color contains mainly: green. Hex color #14966B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14966B is #EB6994. Grayscale: #6A6A6A. Windows color (decimal): -15427989 or 7050772. OLE color: 7050772.
HSL color Cylindrical-coordinate representation of color #14966B: hue angle of 160.15º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14966B is Cyan = 0.87, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 150 | 107 | - |
| CMYK | 0.87 | 0 | 0.29 | 0.41 |
| HSL | 160.15º | 0.76% | 0.33% | - |
| HSV(B) | 160.15º | 0.87% | 0.59% | - |
| XYZ | 13.85 | 23.02 | 17.62 | - |
| YUV | 106.23 | 128.43 | 66.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 150 | 107 | 0.87 | 0 | 0.29 | 0.41 | 160.15 | 0.76 | 0.33 |
| Hex | 14 | 96 | 6B | 57 | 0 | 1D | 29 | A0 | 4C | 21 |
| Octal | 24 | 226 | 153 | 127 | 0 | 35 | 51 | 240 | 114 | 41 |
| Binary | 10100 | 10010110 | 1101011 | 1010111 | 0 | 11101 | 101001 | 10100000 | 1001100 | 100001 |
Color Harmonies of #14966B
Complementary color
Monochromatic Colors of #14966B
Black with #14966B
Text Example
Text Example
White with #14966B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14966B; }
p { color: rgb(20,150,107); }
H1.HeaderClassName
{
color: #14966B;
}
.AnyTagClassName
{
color: #14966B;
}
</style>
background-color css
<style>
a { background-color: #14966B; }
a { background-color: rgb(20,150,107); }
div.DivClassName
{
background-color: #14966B;
}
.BgClassName
{
background-color: #14966B;
}
</style>
border-color css
<style>
span { border-color: #14966B; }
span { border-color: rgb(20,150,107); }
td.TdClassName
{
border-color: #14966B;
}
.TagClassName
{
border-color: #14966B;
}
</style>