Shades of Elf Green #148A6E
Tints of Elf Green #148A6E
RGB
CMYK
RGB Variations
Color information
#148A6E (or 0x148A6E) is known color: Elf Green. HEX triplet: 14, 8A and 6E. RGB value is (20,138,110). Sum of RGB (Red+Green+Blue) = 20+138+110=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 138 (54.30% from 255 or 51.49% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 138 - color contains mainly: green. Hex color #148A6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148A6E is #EB7591. Grayscale: #636363. Windows color (decimal): -15431058 or 7244308. OLE color: 7244308.
HSL color Cylindrical-coordinate representation of color #148A6E: hue angle of 165.76º 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 #148A6E is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 138 | 110 | - |
| CMYK | 0.86 | 0 | 0.20 | 0.46 |
| HSL | 165.76º | 0.75% | 0.31% | - |
| HSV(B) | 165.76º | 0.86% | 0.54% | - |
| XYZ | 12.19 | 19.45 | 17.86 | - |
| YUV | 99.53 | 133.91 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 138 | 110 | 0.86 | 0 | 0.20 | 0.46 | 165.76 | 0.75 | 0.31 |
| Hex | 14 | 8A | 6E | 56 | 0 | 14 | 2E | A6 | 4B | 1F |
| Octal | 24 | 212 | 156 | 126 | 0 | 24 | 56 | 246 | 113 | 37 |
| Binary | 10100 | 10001010 | 1101110 | 1010110 | 0 | 10100 | 101110 | 10100110 | 1001011 | 11111 |
Color Harmonies of #148A6E
Complementary color
Monochromatic Colors of #148A6E
Black with #148A6E
Text Example
Text Example
White with #148A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148A6E; }
p { color: rgb(20,138,110); }
H1.HeaderClassName
{
color: #148A6E;
}
.AnyTagClassName
{
color: #148A6E;
}
</style>
background-color css
<style>
a { background-color: #148A6E; }
a { background-color: rgb(20,138,110); }
div.DivClassName
{
background-color: #148A6E;
}
.BgClassName
{
background-color: #148A6E;
}
</style>
border-color css
<style>
span { border-color: #148A6E; }
span { border-color: rgb(20,138,110); }
td.TdClassName
{
border-color: #148A6E;
}
.TagClassName
{
border-color: #148A6E;
}
</style>