Shades of Elf Green #14935D
Tints of Elf Green #14935D
RGB
CMYK
RGB Variations
Color information
#14935D (or 0x14935D) is known color: Elf Green. HEX triplet: 14, 93 and 5D. RGB value is (20,147,93). Sum of RGB (Red+Green+Blue) = 20+147+93=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 147 (57.81% from 255 or 56.54% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 147 - color contains mainly: green. Hex color #14935D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14935D is #EB6CA2. Grayscale: #666666. Windows color (decimal): -15428771 or 6132500. OLE color: 6132500.
HSL color Cylindrical-coordinate representation of color #14935D: hue angle of 154.49º 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 #14935D is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 147 | 93 | - |
| CMYK | 0.86 | 0 | 0.37 | 0.42 |
| HSL | 154.49º | 0.76% | 0.33% | - |
| HSV(B) | 154.49º | 0.86% | 0.58% | - |
| XYZ | 12.7 | 21.81 | 13.9 | - |
| YUV | 102.87 | 122.42 | 68.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 147 | 93 | 0.86 | 0 | 0.37 | 0.42 | 154.49 | 0.76 | 0.33 |
| Hex | 14 | 93 | 5D | 56 | 0 | 25 | 2A | 9A | 4C | 21 |
| Octal | 24 | 223 | 135 | 126 | 0 | 45 | 52 | 232 | 114 | 41 |
| Binary | 10100 | 10010011 | 1011101 | 1010110 | 0 | 100101 | 101010 | 10011010 | 1001100 | 100001 |
Color Harmonies of #14935D
Complementary color
Monochromatic Colors of #14935D
Black with #14935D
Text Example
Text Example
White with #14935D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14935D; }
p { color: rgb(20,147,93); }
H1.HeaderClassName
{
color: #14935D;
}
.AnyTagClassName
{
color: #14935D;
}
</style>
background-color css
<style>
a { background-color: #14935D; }
a { background-color: rgb(20,147,93); }
div.DivClassName
{
background-color: #14935D;
}
.BgClassName
{
background-color: #14935D;
}
</style>
border-color css
<style>
span { border-color: #14935D; }
span { border-color: rgb(20,147,93); }
td.TdClassName
{
border-color: #14935D;
}
.TagClassName
{
border-color: #14935D;
}
</style>