Shades of Elf Green #148377
Tints of Elf Green #148377
RGB
CMYK
RGB Variations
Color information
#148377 (or 0x148377) is known color: Elf Green. HEX triplet: 14, 83 and 77. RGB value is (20,131,119). Sum of RGB (Red+Green+Blue) = 20+131+119=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 131 (51.56% from 255 or 48.52% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 131 - color contains mainly: green. Hex color #148377 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148377 is #EB7C88. Grayscale: #606060. Windows color (decimal): -15432841 or 7832340. OLE color: 7832340.
HSL color Cylindrical-coordinate representation of color #148377: hue angle of 173.51º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148377 is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 131 | 119 | - |
| CMYK | 0.85 | 0 | 0.09 | 0.49 |
| HSL | 173.51º | 0.74% | 0.3% | - |
| HSV(B) | 173.51º | 0.85% | 0.51% | - |
| XYZ | 11.73 | 17.71 | 20.25 | - |
| YUV | 96.44 | 140.73 | 73.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 131 | 119 | 0.85 | 0 | 0.09 | 0.49 | 173.51 | 0.74 | 0.3 |
| Hex | 14 | 83 | 77 | 55 | 0 | 9 | 31 | AE | 4A | 1E |
| Octal | 24 | 203 | 167 | 125 | 0 | 11 | 61 | 256 | 112 | 36 |
| Binary | 10100 | 10000011 | 1110111 | 1010101 | 0 | 1001 | 110001 | 10101110 | 1001010 | 11110 |
Color Harmonies of #148377
Complementary color
Monochromatic Colors of #148377
Black with #148377
Text Example
Text Example
White with #148377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148377; }
p { color: rgb(20,131,119); }
H1.HeaderClassName
{
color: #148377;
}
.AnyTagClassName
{
color: #148377;
}
</style>
background-color css
<style>
a { background-color: #148377; }
a { background-color: rgb(20,131,119); }
div.DivClassName
{
background-color: #148377;
}
.BgClassName
{
background-color: #148377;
}
</style>
border-color css
<style>
span { border-color: #148377; }
span { border-color: rgb(20,131,119); }
td.TdClassName
{
border-color: #148377;
}
.TagClassName
{
border-color: #148377;
}
</style>