#148D7C

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

Shades of Elf Green #148D7C

Tints of Elf Green #148D7C

Color information

#148D7C (or 0x148D7C) is unknown color: approx Elf Green. HEX triplet: 14, 8D and 7C. RGB value is (20,141,124). Sum of RGB (Red+Green+Blue) = 20+141+124=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 141 (55.47% from 255 or 49.47% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 141 - color contains mainly: green. Hex color #148D7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148D7C is #EB7283. Grayscale: #666666. Windows color (decimal): -15430276 or 8162580. OLE color: 8162580.

HSL color Cylindrical-coordinate representation of color #148D7C: hue angle of 171.57º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148D7C is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB20141124-
CMYK0.8600.120.45
HSL171.57º75.16%31.57%-
HSV(B)171.57º85.82%55.29%-
XYZ13.4520.6522.35-
YUV102.88139.9168.88-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.02%
GREEN value IS 141 (55.47% from 255) = 49.47%
BLUE value IS 124 (48.83% from 255) = 43.51%
R=7.02%
G=49.47%
B=43.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal201411240.8600.120.45171.5775.1631.57
Hex148D7C560C2Dac4b20
Octal242151741260145525411340
Binary10100100011011111100101011001100101101101011001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,141,124); }

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

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

 a { background-color: rgb(20,141,124); }

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

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

 span { border-color: rgb(20,141,124); }

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