#148E68

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

Shades of Elf Green #148E68

Tints of Elf Green #148E68

Color information

#148E68 (or 0x148E68) is unknown color: approx Elf Green. HEX triplet: 14, 8E and 68. RGB value is (20,142,104). Sum of RGB (Red+Green+Blue) = 20+142+104=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 142 (55.86% from 255 or 53.38% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 142 - color contains mainly: green. Hex color #148E68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148E68 is #EB7197. Grayscale: #656565. Windows color (decimal): -15430040 or 6852116. OLE color: 6852116.

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

Color convert

RGB20142104-
CMYK0.8600.270.44
HSL161.31º75.31%31.76%-
HSV(B)161.31º85.92%55.69%-
XYZ12.4620.4916.4-
YUV101.19129.5870.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.52%
GREEN value IS 142 (55.86% from 255) = 53.38%
BLUE value IS 104 (41.02% from 255) = 39.10%
R=7.52%
G=53.38%
B=39.10%

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
Decimal201421040.8600.270.44161.3175.3131.76
Hex148E685601B2Ca14b20
Octal242161501260335424111340
Binary101001000111011010001010110011011101100101000011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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