#158a4e

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

Shades of Salem #158A4E

Tints of Salem #158A4E

Color information

#158A4E (or 0x158A4E) is unknown color: approx Salem. HEX triplet: 15, 8A and 4E. RGB value is (21,138,78). Sum of RGB (Red+Green+Blue) = 21+138+78=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 138 (54.30% from 255 or 58.23% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 138 - color contains mainly: green. Hex color #158A4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158A4E is #EA75B1. Grayscale: #606060. Windows color (decimal): -15365554 or 5147157. OLE color: 5147157.

HSL color Cylindrical-coordinate representation of color #158A4E: hue angle of 149.23º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158A4E is Cyan = 0.85, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB2113878-
CMYK0.8500.430.46
HSL149.23º73.58%31.18%-
HSV(B)149.23º84.78%54.12%-
XYZ10.7718.8910.29-
YUV96.18117.7474.38-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.86%
GREEN value IS 138 (54.30% from 255) = 58.23%
BLUE value IS 78 (30.86% from 255) = 32.91%
R=8.86%
G=58.23%
B=32.91%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal21138780.8500.430.46149.2373.5831.18
Hex158A4E5502B2E954a1f
Octal252121161250535622511237
Binary101011000101010011101010101010101110111010010101100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158a4e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158a4e; }

 p { color: rgb(21,138,78); }

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

<style>
 a { background-color: #158a4e; }

 a { background-color: rgb(21,138,78); }

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

<style>
 span { border-color: #158a4e; }

 span { border-color: rgb(21,138,78); }

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