#148E5C

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

Shades of Elf Green #148E5C

Tints of Elf Green #148E5C

Color information

#148E5C (or 0x148E5C) is unknown color: approx Elf Green. HEX triplet: 14, 8E and 5C. RGB value is (20,142,92). Sum of RGB (Red+Green+Blue) = 20+142+92=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 142 (55.86% from 255 or 55.91% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 142 - color contains mainly: green. Hex color #148E5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148E5C is #EB71A3. Grayscale: #636363. Windows color (decimal): -15430052 or 6065684. OLE color: 6065684.

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

Color convert

RGB2014292-
CMYK0.8600.350.44
HSL155.41º75.31%31.76%-
HSV(B)155.41º85.92%55.69%-
XYZ11.8920.2713.41-
YUV99.82123.5871.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.87%
GREEN value IS 142 (55.86% from 255) = 55.91%
BLUE value IS 92 (36.33% from 255) = 36.22%
R=7.87%
G=55.91%
B=36.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20142920.8600.350.44155.4175.3131.76
Hex148E5C560232C9b4b20
Octal242161341260435423311340
Binary1010010001110101110010101100100011101100100110111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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