#148D5F

Color #148D5F Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #148D5F

Tints of Elf Green #148D5F

Color information

#148D5F (or 0x148D5F) is unknown color: approx Elf Green. HEX triplet: 14, 8D and 5F. RGB value is (20,141,95). Sum of RGB (Red+Green+Blue) = 20+141+95=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 141 (55.47% from 255 or 55.08% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 141 - color contains mainly: green. Hex color #148D5F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148D5F is #EB72A0. Grayscale: #636363. Windows color (decimal): -15430305 or 6262036. OLE color: 6262036.

HSL color Cylindrical-coordinate representation of color #148D5F: hue angle of 157.19º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148D5F is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB2014195-
CMYK0.8600.330.45
HSL157.19º75.16%31.57%-
HSV(B)157.19º85.82%55.29%-
XYZ11.8820.0214.07-
YUV99.58125.4171.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 7.81%
GREEN value IS 141 (55.47% from 255) = 55.08%
BLUE value IS 95 (37.5% from 255) = 37.11%
R=7.81%
G=55.08%
B=37.11%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal20141950.8600.330.45157.1975.1631.57
Hex148D5F560212D9d4b20
Octal242151371260415523511340
Binary1010010001101101111110101100100001101101100111011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148D5F; }

 p { color: rgb(20,141,95); }

 H1.HeaderClassName
 {
   color: #148D5F;
 }
 .AnyTagClassName
 {
   color: #148D5F;
 }
</style>
background-color css

<style>
 a { background-color: #148D5F; }

 a { background-color: rgb(20,141,95); }

 div.DivClassName
 {
   background-color: #148D5F;
 }
 .BgClassName
 {
   background-color: #148D5F;
 }
</style>
border-color css

<style>
 span { border-color: #148D5F; }

 span { border-color: rgb(20,141,95); }

 td.TdClassName
 {
   border-color: #148D5F;
 }
 .TagClassName
 {
   border-color: #148D5F;
 }
</style>