#148E7E

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

Shades of Elf Green #148E7E

Tints of Elf Green #148E7E

Color information

#148E7E (or 0x148E7E) is unknown color: approx Elf Green. HEX triplet: 14, 8E and 7E. RGB value is (20,142,126). Sum of RGB (Red+Green+Blue) = 20+142+126=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 142 (55.86% from 255 or 49.31% from 288); Blue value is 126 (49.61% from 255 or 43.75% from 288); Max value from RGB is 142 - color contains mainly: green. Hex color #148E7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148E7E is #EB7181. Grayscale: #676767. Windows color (decimal): -15430018 or 8293908. OLE color: 8293908.

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

Color convert

RGB20142126-
CMYK0.8600.110.44
HSL172.13º75.31%31.76%-
HSV(B)172.13º85.92%55.69%-
XYZ13.732123.07-
YUV103.7140.5868.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.94%
GREEN value IS 142 (55.86% from 255) = 49.31%
BLUE value IS 126 (49.61% from 255) = 43.75%
R=6.94%
G=49.31%
B=43.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal201421260.8600.110.44172.1375.3131.76
Hex148E7E560B2Cac4b20
Octal242161761260135425411340
Binary10100100011101111110101011001011101100101011001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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