#4EA18A

Color #4EA18A Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #4EA18A

Tints of Lochinvar #4EA18A

Color information

#4EA18A (or 0x4EA18A) is unknown color: approx Lochinvar. HEX triplet: 4E, A1 and 8A. RGB value is (78,161,138). Sum of RGB (Red+Green+Blue) = 78+161+138=377 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.69% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 161 - color contains mainly: green. Hex color #4EA18A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA18A is #B15E75. Grayscale: #858585. Windows color (decimal): -11624054 or 9085262. OLE color: 9085262.

HSL color Cylindrical-coordinate representation of color #4EA18A: hue angle of 163.37º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4EA18A is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB78161138-
CMYK0.5200.140.37
HSL163.37º34.73%46.86%-
HSV(B)163.37º51.55%63.14%-
XYZ20.4728.9428.55-
YUV133.56130.588.37-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.69%
GREEN value IS 161 (63.28% from 255) = 42.71%
BLUE value IS 138 (54.30% from 255) = 36.60%
R=20.69%
G=42.71%
B=36.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal781611380.5200.140.37163.3734.7346.86
Hex4EA18A340E25a3232f
Octal11624121264016452434357
Binary100111010100001100010101101000111010010110100011100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EA18A; }

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

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

<style>
 a { background-color: #4EA18A; }

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

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

<style>
 span { border-color: #4EA18A; }

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

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