Shades of Elf Green #14936B
Tints of Elf Green #14936B
RGB
CMYK
RGB Variations
Color information
#14936B (or 0x14936B) is known color: Elf Green. HEX triplet: 14, 93 and 6B. RGB value is (20,147,107). Sum of RGB (Red+Green+Blue) = 20+147+107=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 147 (57.81% from 255 or 53.65% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 147 - color contains mainly: green. Hex color #14936B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14936B is #EB6C94. Grayscale: #686868. Windows color (decimal): -15428757 or 7050004. OLE color: 7050004.
HSL color Cylindrical-coordinate representation of color #14936B: hue angle of 161.1º 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 #14936B is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 147 | 107 | - |
| CMYK | 0.86 | 0 | 0.27 | 0.42 |
| HSL | 161.1º | 0.76% | 0.33% | - |
| HSV(B) | 161.1º | 0.86% | 0.58% | - |
| XYZ | 13.38 | 22.08 | 17.47 | - |
| YUV | 104.47 | 129.42 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 147 | 107 | 0.86 | 0 | 0.27 | 0.42 | 161.1 | 0.76 | 0.33 |
| Hex | 14 | 93 | 6B | 56 | 0 | 1B | 2A | A1 | 4C | 21 |
| Octal | 24 | 223 | 153 | 126 | 0 | 33 | 52 | 241 | 114 | 41 |
| Binary | 10100 | 10010011 | 1101011 | 1010110 | 0 | 11011 | 101010 | 10100001 | 1001100 | 100001 |
Color Harmonies of #14936B
Complementary color
Monochromatic Colors of #14936B
Black with #14936B
Text Example
Text Example
White with #14936B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14936B; }
p { color: rgb(20,147,107); }
H1.HeaderClassName
{
color: #14936B;
}
.AnyTagClassName
{
color: #14936B;
}
</style>
background-color css
<style>
a { background-color: #14936B; }
a { background-color: rgb(20,147,107); }
div.DivClassName
{
background-color: #14936B;
}
.BgClassName
{
background-color: #14936B;
}
</style>
border-color css
<style>
span { border-color: #14936B; }
span { border-color: rgb(20,147,107); }
td.TdClassName
{
border-color: #14936B;
}
.TagClassName
{
border-color: #14936B;
}
</style>