#148e71

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

Shades of Elf Green #148E71

Tints of Elf Green #148E71

Color information

#148E71 (or 0x148E71) is unknown color: approx Elf Green. HEX triplet: 14, 8E and 71. RGB value is (20,142,113). Sum of RGB (Red+Green+Blue) = 20+142+113=275 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.27% from 275); Green value is 142 (55.86% from 255 or 51.64% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 142 - color contains mainly: green. Hex color #148E71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148E71 is #EB718E. Grayscale: #666666. Windows color (decimal): -15430031 or 7441940. OLE color: 7441940.

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

Color convert

RGB20142113-
CMYK0.8600.200.44
HSL165.74º75.31%31.76%-
HSV(B)165.74º85.92%55.69%-
XYZ12.9420.6918.93-
YUV102.22134.0869.36-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.27%
GREEN value IS 142 (55.86% from 255) = 51.64%
BLUE value IS 113 (44.53% from 255) = 41.09%
R=7.27%
G=51.64%
B=41.09%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal201421130.8600.200.44165.7475.3131.76
Hex148E71560142Ca64b20
Octal242161611260245424611340
Binary101001000111011100011010110010100101100101001101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148e71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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