Shades of Elf Green #149475
Tints of Elf Green #149475
RGB
CMYK
RGB Variations
Color information
#149475 (or 0x149475) is known color: Elf Green. HEX triplet: 14, 94 and 75. RGB value is (20,148,117). Sum of RGB (Red+Green+Blue) = 20+148+117=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #149475 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149475 is #EB6B8A. Grayscale: #6A6A6A. Windows color (decimal): -15428491 or 7705620. OLE color: 7705620.
HSL color Cylindrical-coordinate representation of color #149475: hue angle of 165.47º 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 #149475 is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 148 | 117 | - |
| CMYK | 0.86 | 0 | 0.21 | 0.42 |
| HSL | 165.47º | 0.76% | 0.33% | - |
| HSV(B) | 165.47º | 0.86% | 0.58% | - |
| XYZ | 14.09 | 22.61 | 20.45 | - |
| YUV | 106.19 | 134.09 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 148 | 117 | 0.86 | 0 | 0.21 | 0.42 | 165.47 | 0.76 | 0.33 |
| Hex | 14 | 94 | 75 | 56 | 0 | 15 | 2A | A5 | 4C | 21 |
| Octal | 24 | 224 | 165 | 126 | 0 | 25 | 52 | 245 | 114 | 41 |
| Binary | 10100 | 10010100 | 1110101 | 1010110 | 0 | 10101 | 101010 | 10100101 | 1001100 | 100001 |
Color Harmonies of #149475
Complementary color
Monochromatic Colors of #149475
Black with #149475
Text Example
Text Example
White with #149475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149475; }
p { color: rgb(20,148,117); }
H1.HeaderClassName
{
color: #149475;
}
.AnyTagClassName
{
color: #149475;
}
</style>
background-color css
<style>
a { background-color: #149475; }
a { background-color: rgb(20,148,117); }
div.DivClassName
{
background-color: #149475;
}
.BgClassName
{
background-color: #149475;
}
</style>
border-color css
<style>
span { border-color: #149475; }
span { border-color: rgb(20,148,117); }
td.TdClassName
{
border-color: #149475;
}
.TagClassName
{
border-color: #149475;
}
</style>