Shades of Elf Green #148A7B
Tints of Elf Green #148A7B
RGB
CMYK
RGB Variations
Color information
#148A7B (or 0x148A7B) is known color: Elf Green. HEX triplet: 14, 8A and 7B. RGB value is (20,138,123). Sum of RGB (Red+Green+Blue) = 20+138+123=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 138 (54.30% from 255 or 49.11% from 281); Blue value is 123 (48.44% from 255 or 43.77% from 281); Max value from RGB is 138 - color contains mainly: green. Hex color #148A7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148A7B is #EB7584. Grayscale: #646464. Windows color (decimal): -15431045 or 8096276. OLE color: 8096276.
HSL color Cylindrical-coordinate representation of color #148A7B: hue angle of 172.37º 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 #148A7B is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 138 | 123 | - |
| CMYK | 0.86 | 0 | 0.11 | 0.46 |
| HSL | 172.37º | 0.75% | 0.31% | - |
| HSV(B) | 172.37º | 0.86% | 0.54% | - |
| XYZ | 12.95 | 19.76 | 21.87 | - |
| YUV | 101.01 | 140.41 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 138 | 123 | 0.86 | 0 | 0.11 | 0.46 | 172.37 | 0.75 | 0.31 |
| Hex | 14 | 8A | 7B | 56 | 0 | B | 2E | AC | 4B | 1F |
| Octal | 24 | 212 | 173 | 126 | 0 | 13 | 56 | 254 | 113 | 37 |
| Binary | 10100 | 10001010 | 1111011 | 1010110 | 0 | 1011 | 101110 | 10101100 | 1001011 | 11111 |
Color Harmonies of #148A7B
Complementary color
Monochromatic Colors of #148A7B
Black with #148A7B
Text Example
Text Example
White with #148A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148A7B; }
p { color: rgb(20,138,123); }
H1.HeaderClassName
{
color: #148A7B;
}
.AnyTagClassName
{
color: #148A7B;
}
</style>
background-color css
<style>
a { background-color: #148A7B; }
a { background-color: rgb(20,138,123); }
div.DivClassName
{
background-color: #148A7B;
}
.BgClassName
{
background-color: #148A7B;
}
</style>
border-color css
<style>
span { border-color: #148A7B; }
span { border-color: rgb(20,138,123); }
td.TdClassName
{
border-color: #148A7B;
}
.TagClassName
{
border-color: #148A7B;
}
</style>