Shades of Elf Green #148F7B
Tints of Elf Green #148F7B
RGB
CMYK
RGB Variations
Color information
#148F7B (or 0x148F7B) is known color: Elf Green. HEX triplet: 14, 8F and 7B. RGB value is (20,143,123). Sum of RGB (Red+Green+Blue) = 20+143+123=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 143 (56.25% from 255 or 50% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 143 - color contains mainly: green. Hex color #148F7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148F7B is #EB7084. Grayscale: #676767. Windows color (decimal): -15429765 or 8097556. OLE color: 8097556.
HSL color Cylindrical-coordinate representation of color #148F7B: hue angle of 170.24º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148F7B is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 143 | 123 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.44 |
| HSL | 170.24º | 0.75% | 0.32% | - |
| HSV(B) | 170.24º | 0.86% | 0.56% | - |
| XYZ | 13.69 | 21.22 | 22.11 | - |
| YUV | 103.94 | 138.75 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 143 | 123 | 0.86 | 0 | 0.14 | 0.44 | 170.24 | 0.75 | 0.32 |
| Hex | 14 | 8F | 7B | 56 | 0 | E | 2C | AA | 4B | 20 |
| Octal | 24 | 217 | 173 | 126 | 0 | 16 | 54 | 252 | 113 | 40 |
| Binary | 10100 | 10001111 | 1111011 | 1010110 | 0 | 1110 | 101100 | 10101010 | 1001011 | 100000 |
Color Harmonies of #148F7B
Complementary color
Monochromatic Colors of #148F7B
Black with #148F7B
Text Example
Text Example
White with #148F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148F7B; }
p { color: rgb(20,143,123); }
H1.HeaderClassName
{
color: #148F7B;
}
.AnyTagClassName
{
color: #148F7B;
}
</style>
background-color css
<style>
a { background-color: #148F7B; }
a { background-color: rgb(20,143,123); }
div.DivClassName
{
background-color: #148F7B;
}
.BgClassName
{
background-color: #148F7B;
}
</style>
border-color css
<style>
span { border-color: #148F7B; }
span { border-color: rgb(20,143,123); }
td.TdClassName
{
border-color: #148F7B;
}
.TagClassName
{
border-color: #148F7B;
}
</style>