Shades of Elf Green #148674
Tints of Elf Green #148674
RGB
CMYK
RGB Variations
Color information
#148674 (or 0x148674) is known color: Elf Green. HEX triplet: 14, 86 and 74. RGB value is (20,134,116). Sum of RGB (Red+Green+Blue) = 20+134+116=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 134 (52.73% from 255 or 49.63% from 270); Blue value is 116 (45.70% from 255 or 42.96% from 270); Max value from RGB is 134 - color contains mainly: green. Hex color #148674 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148674 is #EB798B. Grayscale: #616161. Windows color (decimal): -15432076 or 7636500. OLE color: 7636500.
HSL color Cylindrical-coordinate representation of color #148674: hue angle of 170.53º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148674 is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 134 | 116 | - |
| CMYK | 0.85 | 0 | 0.13 | 0.47 |
| HSL | 170.53º | 0.74% | 0.3% | - |
| HSV(B) | 170.53º | 0.85% | 0.53% | - |
| XYZ | 11.97 | 18.46 | 19.46 | - |
| YUV | 97.86 | 138.23 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 134 | 116 | 0.85 | 0 | 0.13 | 0.47 | 170.53 | 0.74 | 0.3 |
| Hex | 14 | 86 | 74 | 55 | 0 | D | 2F | AB | 4A | 1E |
| Octal | 24 | 206 | 164 | 125 | 0 | 15 | 57 | 253 | 112 | 36 |
| Binary | 10100 | 10000110 | 1110100 | 1010101 | 0 | 1101 | 101111 | 10101011 | 1001010 | 11110 |
Color Harmonies of #148674
Complementary color
Monochromatic Colors of #148674
Black with #148674
Text Example
Text Example
White with #148674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148674; }
p { color: rgb(20,134,116); }
H1.HeaderClassName
{
color: #148674;
}
.AnyTagClassName
{
color: #148674;
}
</style>
background-color css
<style>
a { background-color: #148674; }
a { background-color: rgb(20,134,116); }
div.DivClassName
{
background-color: #148674;
}
.BgClassName
{
background-color: #148674;
}
</style>
border-color css
<style>
span { border-color: #148674; }
span { border-color: rgb(20,134,116); }
td.TdClassName
{
border-color: #148674;
}
.TagClassName
{
border-color: #148674;
}
</style>