#148B65

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

Shades of Elf Green #148B65

Tints of Elf Green #148B65

Color information

#148B65 (or 0x148B65) is unknown color: approx Elf Green. HEX triplet: 14, 8B and 65. RGB value is (20,139,101). Sum of RGB (Red+Green+Blue) = 20+139+101=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 139 (54.69% from 255 or 53.46% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 139 - color contains mainly: green. Hex color #148B65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148B65 is #EB749A. Grayscale: #636363. Windows color (decimal): -15430811 or 6654740. OLE color: 6654740.

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

Color convert

RGB20139101-
CMYK0.8600.270.45
HSL160.84º74.84%31.18%-
HSV(B)160.84º85.61%54.51%-
XYZ11.8719.5515.46-
YUV99.09129.0871.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.69%
GREEN value IS 139 (54.69% from 255) = 53.46%
BLUE value IS 101 (39.84% from 255) = 38.85%
R=7.69%
G=53.46%
B=38.85%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal201391010.8600.270.45160.8474.8431.18
Hex148B655601B2Da14b1f
Octal242131451260335524111337
Binary10100100010111100101101011001101110110110100001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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