#148E4F

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

Shades of Salem #148E4F

Tints of Salem #148E4F

Color information

#148E4F (or 0x148E4F) is unknown color: approx Salem. HEX triplet: 14, 8E and 4F. RGB value is (20,142,79). Sum of RGB (Red+Green+Blue) = 20+142+79=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 142 (55.86% from 255 or 58.92% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 142 - color contains mainly: green. Hex color #148E4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148E4F is #EB71B0. Grayscale: #626262. Windows color (decimal): -15430065 or 5213716. OLE color: 5213716.

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

Color convert

RGB2014279-
CMYK0.8600.440.44
HSL149.02º75.31%31.76%-
HSV(B)149.02º85.92%55.69%-
XYZ11.3720.0610.67-
YUV98.34117.0872.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.30%
GREEN value IS 142 (55.86% from 255) = 58.92%
BLUE value IS 79 (31.25% from 255) = 32.78%
R=8.30%
G=58.92%
B=32.78%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20142790.8600.440.44149.0275.3131.76
Hex148E4F5602C2C954b20
Octal242161171260545422511340
Binary1010010001110100111110101100101100101100100101011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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