#5EA056

Color #5EA056 Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #5EA056

Tints of Hippie Green #5EA056

Color information

#5EA056 (or 0x5EA056) is unknown color: approx Hippie Green. HEX triplet: 5E, A0 and 56. RGB value is (94,160,86). Sum of RGB (Red+Green+Blue) = 94+160+86=340 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.65% from 340); Green value is 160 (62.89% from 255 or 47.06% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 160 - color contains mainly: green. Hex color #5EA056 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA056 is #A15FA9. Grayscale: #848484. Windows color (decimal): -10575786 or 5677150. OLE color: 5677150.

HSL color Cylindrical-coordinate representation of color #5EA056: hue angle of 113.51º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5EA056 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB9416086-
CMYK0.4100.460.37
HSL113.51º30.08%48.24%-
HSV(B)113.51º46.25%62.75%-
XYZ18.8728.1913.25-
YUV131.83102.13101.02-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.65%
GREEN value IS 160 (62.89% from 255) = 47.06%
BLUE value IS 86 (33.98% from 255) = 25.29%
R=27.65%
G=47.06%
B=25.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal94160860.4100.460.37113.5130.0848.24
Hex5EA0562902E25721e30
Octal13624012651056451623660
Binary10111101010000010101101010010101110100101111001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5EA056; }

 p { color: rgb(94,160,86); }

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

<style>
 a { background-color: #5EA056; }

 a { background-color: rgb(94,160,86); }

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

<style>
 span { border-color: #5EA056; }

 span { border-color: rgb(94,160,86); }

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