#148E73

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

Shades of Elf Green #148E73

Tints of Elf Green #148E73

Color information

#148E73 (or 0x148E73) is unknown color: approx Elf Green. HEX triplet: 14, 8E and 73. RGB value is (20,142,115). Sum of RGB (Red+Green+Blue) = 20+142+115=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 142 (55.86% from 255 or 51.26% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 142 - color contains mainly: green. Hex color #148E73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148E73 is #EB718C. Grayscale: #666666. Windows color (decimal): -15430029 or 7573012. OLE color: 7573012.

HSL color Cylindrical-coordinate representation of color #148E73: hue angle of 166.72º 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 #148E73 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB20142115-
CMYK0.8600.190.44
HSL166.72º75.31%31.76%-
HSV(B)166.72º85.92%55.69%-
XYZ13.0620.7319.53-
YUV102.44135.0869.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.22%
GREEN value IS 142 (55.86% from 255) = 51.26%
BLUE value IS 115 (45.31% from 255) = 41.52%
R=7.22%
G=51.26%
B=41.52%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal201421150.8600.190.44166.7275.3131.76
Hex148E73560132Ca74b20
Octal242161631260235424711340
Binary101001000111011100111010110010011101100101001111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,142,115); }

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

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

 a { background-color: rgb(20,142,115); }

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

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

 span { border-color: rgb(20,142,115); }

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