#148E67

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

Shades of Elf Green #148E67

Tints of Elf Green #148E67

Color information

#148E67 (or 0x148E67) is unknown color: approx Elf Green. HEX triplet: 14, 8E and 67. RGB value is (20,142,103). Sum of RGB (Red+Green+Blue) = 20+142+103=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 142 (55.86% from 255 or 53.58% from 265); Blue value is 103 (40.62% from 255 or 38.87% from 265); Max value from RGB is 142 - color contains mainly: green. Hex color #148E67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148E67 is #EB7198. Grayscale: #656565. Windows color (decimal): -15430041 or 6786580. OLE color: 6786580.

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

Color convert

RGB20142103-
CMYK0.8600.270.44
HSL160.82º75.31%31.76%-
HSV(B)160.82º85.92%55.69%-
XYZ12.4120.4716.13-
YUV101.08129.0870.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.55%
GREEN value IS 142 (55.86% from 255) = 53.58%
BLUE value IS 103 (40.62% from 255) = 38.87%
R=7.55%
G=53.58%
B=38.87%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal201421030.8600.270.44160.8275.3131.76
Hex148E675601B2Ca14b20
Octal242161471260335424111340
Binary101001000111011001111010110011011101100101000011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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