Html Css Color HEX #4EA18F Lochinvar

📋 copy color: '#4EA18F'

red 78 ◦ green 161 ◦ blue 143

#4EA18F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochinvar #4EA18F

Tints of Lochinvar #4EA18F

RGB

 RED value IS 78 (30.86% from 255) = 20.42%

 GREEN value IS 161 (63.28% from 255) = 42.15%

 BLUE value IS 143 (56.25% from 255) = 37.43%

R = 20.42%
G = 42.15%
B = 37.43%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#4EA18F (or 0x4EA18F) is known color: Lochinvar. HEX triplet: 4E, A1 and 8F. RGB value is (78,161,143). Sum of RGB (Red+Green+Blue) = 78+161+143=382 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.42% from 382); Green value is 161 (63.28% from 255 or 42.15% from 382); Blue value is 143 (56.25% from 255 or 37.43% from 382); Max value from RGB is 161 - color contains mainly: green. Hex color #4EA18F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA18F is #B15E70. Grayscale: #868686. Windows color (decimal): -11624049 or 9412942. OLE color: 9412942.

HSL color Cylindrical-coordinate representation of color #4EA18F: hue angle of 166.99º 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 #4EA18F is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 78 161 143 -
CMYK 0.52 0 0.11 0.37
HSL 166.99º 0.35% 0.47% -
HSV(B) 166.99º 0.52% 0.63% -
XYZ 20.84 29.09 30.5 -
YUV 134.13 133 87.96 -
System Red Green Blue C M Y K H S L
Decimal 78 161 143 0.52 0 0.11 0.37 166.99 0.35 0.47
Hex 4E A1 8F 34 0 B 25 A7 23 2F
Octal 116 241 217 64 0 13 45 247 43 57
Binary 1001110 10100001 10001111 110100 0 1011 100101 10100111 100011 101111

Color Harmonies of #4EA18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EA18F

Black with #4EA18F

Text Example


Text Example

White with #4EA18F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4EA18F;
 }
 .AnyTagClassName
 {
   color: #4EA18F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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