Shades of Elf Green #148F5B
Tints of Elf Green #148F5B
RGB
CMYK
RGB Variations
Color information
#148F5B (or 0x148F5B) is known color: Elf Green. HEX triplet: 14, 8F and 5B. RGB value is (20,143,91). Sum of RGB (Red+Green+Blue) = 20+143+91=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 143 (56.25% from 255 or 56.30% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 143 - color contains mainly: green. Hex color #148F5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148F5B is #EB70A4. Grayscale: #646464. Windows color (decimal): -15429797 or 6000404. OLE color: 6000404.
HSL color Cylindrical-coordinate representation of color #148F5B: hue angle of 154.63º 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 #148F5B is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 143 | 91 | - |
| CMYK | 0.86 | 0 | 0.36 | 0.44 |
| HSL | 154.63º | 0.75% | 0.32% | - |
| HSV(B) | 154.63º | 0.86% | 0.56% | - |
| XYZ | 12 | 20.55 | 13.23 | - |
| YUV | 100.3 | 122.75 | 70.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 143 | 91 | 0.86 | 0 | 0.36 | 0.44 | 154.63 | 0.75 | 0.32 |
| Hex | 14 | 8F | 5B | 56 | 0 | 24 | 2C | 9B | 4B | 20 |
| Octal | 24 | 217 | 133 | 126 | 0 | 44 | 54 | 233 | 113 | 40 |
| Binary | 10100 | 10001111 | 1011011 | 1010110 | 0 | 100100 | 101100 | 10011011 | 1001011 | 100000 |
Color Harmonies of #148F5B
Complementary color
Monochromatic Colors of #148F5B
Black with #148F5B
Text Example
Text Example
White with #148F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148F5B; }
p { color: rgb(20,143,91); }
H1.HeaderClassName
{
color: #148F5B;
}
.AnyTagClassName
{
color: #148F5B;
}
</style>
background-color css
<style>
a { background-color: #148F5B; }
a { background-color: rgb(20,143,91); }
div.DivClassName
{
background-color: #148F5B;
}
.BgClassName
{
background-color: #148F5B;
}
</style>
border-color css
<style>
span { border-color: #148F5B; }
span { border-color: rgb(20,143,91); }
td.TdClassName
{
border-color: #148F5B;
}
.TagClassName
{
border-color: #148F5B;
}
</style>