#148a7c

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

Shades of Elf Green #148A7C

Tints of Elf Green #148A7C

Color information

#148A7C (or 0x148A7C) is unknown color: approx Elf Green. HEX triplet: 14, 8A and 7C. RGB value is (20,138,124). Sum of RGB (Red+Green+Blue) = 20+138+124=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 138 (54.30% from 255 or 48.94% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 138 - color contains mainly: green. Hex color #148A7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148A7C is #EB7583. Grayscale: #656565. Windows color (decimal): -15431044 or 8161812. OLE color: 8161812.

HSL color Cylindrical-coordinate representation of color #148A7C: hue angle of 172.88º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148A7C is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB20138124-
CMYK0.8600.100.46
HSL172.88º74.68%30.98%-
HSV(B)172.88º85.51%54.12%-
XYZ13.0219.7822.2-
YUV101.12140.9170.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.09%
GREEN value IS 138 (54.30% from 255) = 48.94%
BLUE value IS 124 (48.83% from 255) = 43.97%
R=7.09%
G=48.94%
B=43.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal201381240.8600.100.46172.8874.6830.98
Hex148A7C560A2Ead4b1f
Octal242121741260125625511337
Binary1010010001010111110010101100101010111010101101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148a7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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