#5E9C60

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

Shades of Hippie Green #5E9C60

Tints of Hippie Green #5E9C60

Color information

#5E9C60 (or 0x5E9C60) is unknown color: approx Hippie Green. HEX triplet: 5E, 9C and 60. RGB value is (94,156,96). Sum of RGB (Red+Green+Blue) = 94+156+96=346 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.17% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 156 - color contains mainly: green. Hex color #5E9C60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9C60 is #A1639F. Grayscale: #828282. Windows color (decimal): -10576800 or 6331486. OLE color: 6331486.

HSL color Cylindrical-coordinate representation of color #5E9C60: hue angle of 121.94º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E9C60 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB9415696-
CMYK0.4000.380.39
HSL121.94º24.8%49.02%-
HSV(B)121.94º39.74%61.18%-
XYZ18.622715.3-
YUV130.62108.46101.88-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.17%
GREEN value IS 156 (61.33% from 255) = 45.09%
BLUE value IS 96 (37.89% from 255) = 27.75%
R=27.17%
G=45.09%
B=27.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal94156960.4000.380.39121.9424.849.02
Hex5E9C6028026277a1931
Octal13623414050046471723161
Binary10111101001110011000001010000100110100111111101011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,156,96); }

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

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

 a { background-color: rgb(94,156,96); }

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

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

 span { border-color: rgb(94,156,96); }

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