Shades of Elf Green #148675
Tints of Elf Green #148675
RGB
CMYK
RGB Variations
Color information
#148675 (or 0x148675) is known color: Elf Green. HEX triplet: 14, 86 and 75. RGB value is (20,134,117). Sum of RGB (Red+Green+Blue) = 20+134+117=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 134 (52.73% from 255 or 49.45% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 134 - color contains mainly: green. Hex color #148675 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148675 is #EB798A. Grayscale: #616161. Windows color (decimal): -15432075 or 7702036. OLE color: 7702036.
HSL color Cylindrical-coordinate representation of color #148675: hue angle of 171.05º 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 #148675 is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 134 | 117 | - |
| CMYK | 0.85 | 0 | 0.13 | 0.47 |
| HSL | 171.05º | 0.74% | 0.3% | - |
| HSV(B) | 171.05º | 0.85% | 0.53% | - |
| XYZ | 12.02 | 18.48 | 19.76 | - |
| YUV | 97.98 | 138.73 | 72.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 134 | 117 | 0.85 | 0 | 0.13 | 0.47 | 171.05 | 0.74 | 0.3 |
| Hex | 14 | 86 | 75 | 55 | 0 | D | 2F | AB | 4A | 1E |
| Octal | 24 | 206 | 165 | 125 | 0 | 15 | 57 | 253 | 112 | 36 |
| Binary | 10100 | 10000110 | 1110101 | 1010101 | 0 | 1101 | 101111 | 10101011 | 1001010 | 11110 |
Color Harmonies of #148675
Complementary color
Monochromatic Colors of #148675
Black with #148675
Text Example
Text Example
White with #148675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148675; }
p { color: rgb(20,134,117); }
H1.HeaderClassName
{
color: #148675;
}
.AnyTagClassName
{
color: #148675;
}
</style>
background-color css
<style>
a { background-color: #148675; }
a { background-color: rgb(20,134,117); }
div.DivClassName
{
background-color: #148675;
}
.BgClassName
{
background-color: #148675;
}
</style>
border-color css
<style>
span { border-color: #148675; }
span { border-color: rgb(20,134,117); }
td.TdClassName
{
border-color: #148675;
}
.TagClassName
{
border-color: #148675;
}
</style>