Shades of Elf Green #149369
Tints of Elf Green #149369
RGB
CMYK
RGB Variations
Color information
#149369 (or 0x149369) is known color: Elf Green. HEX triplet: 14, 93 and 69. RGB value is (20,147,105). Sum of RGB (Red+Green+Blue) = 20+147+105=272 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.35% from 272); Green value is 147 (57.81% from 255 or 54.04% from 272); Blue value is 105 (41.41% from 255 or 38.60% from 272); Max value from RGB is 147 - color contains mainly: green. Hex color #149369 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149369 is #EB6C96. Grayscale: #686868. Windows color (decimal): -15428759 or 6918932. OLE color: 6918932.
HSL color Cylindrical-coordinate representation of color #149369: hue angle of 160.16º 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 #149369 is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 147 | 105 | - |
| CMYK | 0.86 | 0 | 0.29 | 0.42 |
| HSL | 160.16º | 0.76% | 0.33% | - |
| HSV(B) | 160.16º | 0.86% | 0.58% | - |
| XYZ | 13.27 | 22.04 | 16.92 | - |
| YUV | 104.24 | 128.42 | 67.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 147 | 105 | 0.86 | 0 | 0.29 | 0.42 | 160.16 | 0.76 | 0.33 |
| Hex | 14 | 93 | 69 | 56 | 0 | 1D | 2A | A0 | 4C | 21 |
| Octal | 24 | 223 | 151 | 126 | 0 | 35 | 52 | 240 | 114 | 41 |
| Binary | 10100 | 10010011 | 1101001 | 1010110 | 0 | 11101 | 101010 | 10100000 | 1001100 | 100001 |
Color Harmonies of #149369
Complementary color
Monochromatic Colors of #149369
Black with #149369
Text Example
Text Example
White with #149369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149369; }
p { color: rgb(20,147,105); }
H1.HeaderClassName
{
color: #149369;
}
.AnyTagClassName
{
color: #149369;
}
</style>
background-color css
<style>
a { background-color: #149369; }
a { background-color: rgb(20,147,105); }
div.DivClassName
{
background-color: #149369;
}
.BgClassName
{
background-color: #149369;
}
</style>
border-color css
<style>
span { border-color: #149369; }
span { border-color: rgb(20,147,105); }
td.TdClassName
{
border-color: #149369;
}
.TagClassName
{
border-color: #149369;
}
</style>