Shades of Elf Green #148A76
Tints of Elf Green #148A76
RGB
CMYK
RGB Variations
Color information
#148A76 (or 0x148A76) is known color: Elf Green. HEX triplet: 14, 8A and 76. RGB value is (20,138,118). Sum of RGB (Red+Green+Blue) = 20+138+118=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 138 (54.30% from 255 or 50% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 138 - color contains mainly: green. Hex color #148A76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148A76 is #EB7589. Grayscale: #646464. Windows color (decimal): -15431050 or 7768596. OLE color: 7768596.
HSL color Cylindrical-coordinate representation of color #148A76: hue angle of 169.83º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148A76 is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 138 | 118 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.46 |
| HSL | 169.83º | 0.75% | 0.31% | - |
| HSV(B) | 169.83º | 0.86% | 0.54% | - |
| XYZ | 12.65 | 19.63 | 20.26 | - |
| YUV | 100.44 | 137.91 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 138 | 118 | 0.86 | 0 | 0.14 | 0.46 | 169.83 | 0.75 | 0.31 |
| Hex | 14 | 8A | 76 | 56 | 0 | E | 2E | AA | 4B | 1F |
| Octal | 24 | 212 | 166 | 126 | 0 | 16 | 56 | 252 | 113 | 37 |
| Binary | 10100 | 10001010 | 1110110 | 1010110 | 0 | 1110 | 101110 | 10101010 | 1001011 | 11111 |
Color Harmonies of #148A76
Complementary color
Monochromatic Colors of #148A76
Black with #148A76
Text Example
Text Example
White with #148A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148A76; }
p { color: rgb(20,138,118); }
H1.HeaderClassName
{
color: #148A76;
}
.AnyTagClassName
{
color: #148A76;
}
</style>
background-color css
<style>
a { background-color: #148A76; }
a { background-color: rgb(20,138,118); }
div.DivClassName
{
background-color: #148A76;
}
.BgClassName
{
background-color: #148A76;
}
</style>
border-color css
<style>
span { border-color: #148A76; }
span { border-color: rgb(20,138,118); }
td.TdClassName
{
border-color: #148A76;
}
.TagClassName
{
border-color: #148A76;
}
</style>