Shades of Elf Green #148777
Tints of Elf Green #148777
RGB
CMYK
RGB Variations
Color information
#148777 (or 0x148777) is known color: Elf Green. HEX triplet: 14, 87 and 77. RGB value is (20,135,119). Sum of RGB (Red+Green+Blue) = 20+135+119=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 135 (53.12% from 255 or 49.27% from 274); Blue value is 119 (46.88% from 255 or 43.43% from 274); Max value from RGB is 135 - color contains mainly: green. Hex color #148777 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148777 is #EB7888. Grayscale: #626262. Windows color (decimal): -15431817 or 7833364. OLE color: 7833364.
HSL color Cylindrical-coordinate representation of color #148777: hue angle of 171.65º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148777 is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 135 | 119 | - |
| CMYK | 0.85 | 0 | 0.12 | 0.47 |
| HSL | 171.65º | 0.74% | 0.3% | - |
| HSV(B) | 171.65º | 0.85% | 0.53% | - |
| XYZ | 12.28 | 18.81 | 20.44 | - |
| YUV | 98.79 | 139.4 | 71.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 135 | 119 | 0.85 | 0 | 0.12 | 0.47 | 171.65 | 0.74 | 0.3 |
| Hex | 14 | 87 | 77 | 55 | 0 | C | 2F | AC | 4A | 1E |
| Octal | 24 | 207 | 167 | 125 | 0 | 14 | 57 | 254 | 112 | 36 |
| Binary | 10100 | 10000111 | 1110111 | 1010101 | 0 | 1100 | 101111 | 10101100 | 1001010 | 11110 |
Color Harmonies of #148777
Complementary color
Monochromatic Colors of #148777
Black with #148777
Text Example
Text Example
White with #148777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148777; }
p { color: rgb(20,135,119); }
H1.HeaderClassName
{
color: #148777;
}
.AnyTagClassName
{
color: #148777;
}
</style>
background-color css
<style>
a { background-color: #148777; }
a { background-color: rgb(20,135,119); }
div.DivClassName
{
background-color: #148777;
}
.BgClassName
{
background-color: #148777;
}
</style>
border-color css
<style>
span { border-color: #148777; }
span { border-color: rgb(20,135,119); }
td.TdClassName
{
border-color: #148777;
}
.TagClassName
{
border-color: #148777;
}
</style>