#148E72

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

Shades of Elf Green #148E72

Tints of Elf Green #148E72

Color information

#148E72 (or 0x148E72) is unknown color: approx Elf Green. HEX triplet: 14, 8E and 72. RGB value is (20,142,114). Sum of RGB (Red+Green+Blue) = 20+142+114=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 142 (55.86% from 255 or 51.45% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 142 - color contains mainly: green. Hex color #148E72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148E72 is #EB718D. Grayscale: #666666. Windows color (decimal): -15430030 or 7507476. OLE color: 7507476.

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

Color convert

RGB20142114-
CMYK0.8600.200.44
HSL166.23º75.31%31.76%-
HSV(B)166.23º85.92%55.69%-
XYZ1320.7119.23-
YUV102.33134.5869.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.25%
GREEN value IS 142 (55.86% from 255) = 51.45%
BLUE value IS 114 (44.92% from 255) = 41.30%
R=7.25%
G=51.45%
B=41.30%

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
Decimal201421140.8600.200.44166.2375.3131.76
Hex148E72560142Ca64b20
Octal242161621260245424611340
Binary101001000111011100101010110010100101100101001101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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