Shades of Elf Green #148A6A
Tints of Elf Green #148A6A
RGB
CMYK
RGB Variations
Color information
#148A6A (or 0x148A6A) is known color: Elf Green. HEX triplet: 14, 8A and 6A. RGB value is (20,138,106). Sum of RGB (Red+Green+Blue) = 20+138+106=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 138 (54.30% from 255 or 52.27% from 264); Blue value is 106 (41.80% from 255 or 40.15% from 264); Max value from RGB is 138 - color contains mainly: green. Hex color #148A6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148A6A is #EB7595. Grayscale: #636363. Windows color (decimal): -15431062 or 6982164. OLE color: 6982164.
HSL color Cylindrical-coordinate representation of color #148A6A: hue angle of 163.73º 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 #148A6A is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 138 | 106 | - |
| CMYK | 0.86 | 0 | 0.23 | 0.46 |
| HSL | 163.73º | 0.75% | 0.31% | - |
| HSV(B) | 163.73º | 0.86% | 0.54% | - |
| XYZ | 11.98 | 19.37 | 16.74 | - |
| YUV | 99.07 | 131.91 | 71.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 138 | 106 | 0.86 | 0 | 0.23 | 0.46 | 163.73 | 0.75 | 0.31 |
| Hex | 14 | 8A | 6A | 56 | 0 | 17 | 2E | A4 | 4B | 1F |
| Octal | 24 | 212 | 152 | 126 | 0 | 27 | 56 | 244 | 113 | 37 |
| Binary | 10100 | 10001010 | 1101010 | 1010110 | 0 | 10111 | 101110 | 10100100 | 1001011 | 11111 |
Color Harmonies of #148A6A
Complementary color
Monochromatic Colors of #148A6A
Black with #148A6A
Text Example
Text Example
White with #148A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148A6A; }
p { color: rgb(20,138,106); }
H1.HeaderClassName
{
color: #148A6A;
}
.AnyTagClassName
{
color: #148A6A;
}
</style>
background-color css
<style>
a { background-color: #148A6A; }
a { background-color: rgb(20,138,106); }
div.DivClassName
{
background-color: #148A6A;
}
.BgClassName
{
background-color: #148A6A;
}
</style>
border-color css
<style>
span { border-color: #148A6A; }
span { border-color: rgb(20,138,106); }
td.TdClassName
{
border-color: #148A6A;
}
.TagClassName
{
border-color: #148A6A;
}
</style>