#148E65

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

Shades of Elf Green #148E65

Tints of Elf Green #148E65

Color information

#148E65 (or 0x148E65) is unknown color: approx Elf Green. HEX triplet: 14, 8E and 65. RGB value is (20,142,101). Sum of RGB (Red+Green+Blue) = 20+142+101=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 142 (55.86% from 255 or 53.99% from 263); Blue value is 101 (39.84% from 255 or 38.40% from 263); Max value from RGB is 142 - color contains mainly: green. Hex color #148E65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148E65 is #EB719A. Grayscale: #646464. Windows color (decimal): -15430043 or 6655508. OLE color: 6655508.

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

Color convert

RGB20142101-
CMYK0.8600.290.44
HSL159.84º75.31%31.76%-
HSV(B)159.84º85.92%55.69%-
XYZ12.3120.4315.61-
YUV100.85128.0870.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.60%
GREEN value IS 142 (55.86% from 255) = 53.99%
BLUE value IS 101 (39.84% from 255) = 38.40%
R=7.60%
G=53.99%
B=38.40%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal201421010.8600.290.44159.8475.3131.76
Hex148E655601D2Ca04b20
Octal242161451260355424011340
Binary101001000111011001011010110011101101100101000001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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