Shades of Elf Green #148375
Tints of Elf Green #148375
RGB
CMYK
RGB Variations
Color information
#148375 (or 0x148375) is known color: Elf Green. HEX triplet: 14, 83 and 75. RGB value is (20,131,117). Sum of RGB (Red+Green+Blue) = 20+131+117=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 131 (51.56% from 255 or 48.88% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 131 - color contains mainly: green. Hex color #148375 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148375 is #EB7C8A. Grayscale: #606060. Windows color (decimal): -15432843 or 7701268. OLE color: 7701268.
HSL color Cylindrical-coordinate representation of color #148375: hue angle of 172.43º 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 #148375 is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 131 | 117 | - |
| CMYK | 0.85 | 0 | 0.11 | 0.49 |
| HSL | 172.43º | 0.74% | 0.3% | - |
| HSV(B) | 172.43º | 0.85% | 0.51% | - |
| XYZ | 11.62 | 17.67 | 19.63 | - |
| YUV | 96.22 | 139.73 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 131 | 117 | 0.85 | 0 | 0.11 | 0.49 | 172.43 | 0.74 | 0.3 |
| Hex | 14 | 83 | 75 | 55 | 0 | B | 31 | AC | 4A | 1E |
| Octal | 24 | 203 | 165 | 125 | 0 | 13 | 61 | 254 | 112 | 36 |
| Binary | 10100 | 10000011 | 1110101 | 1010101 | 0 | 1011 | 110001 | 10101100 | 1001010 | 11110 |
Color Harmonies of #148375
Complementary color
Monochromatic Colors of #148375
Black with #148375
Text Example
Text Example
White with #148375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148375; }
p { color: rgb(20,131,117); }
H1.HeaderClassName
{
color: #148375;
}
.AnyTagClassName
{
color: #148375;
}
</style>
background-color css
<style>
a { background-color: #148375; }
a { background-color: rgb(20,131,117); }
div.DivClassName
{
background-color: #148375;
}
.BgClassName
{
background-color: #148375;
}
</style>
border-color css
<style>
span { border-color: #148375; }
span { border-color: rgb(20,131,117); }
td.TdClassName
{
border-color: #148375;
}
.TagClassName
{
border-color: #148375;
}
</style>