#5E9F50

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

Shades of Hippie Green #5E9F50

Tints of Hippie Green #5E9F50

Color information

#5E9F50 (or 0x5E9F50) is unknown color: approx Hippie Green. HEX triplet: 5E, 9F and 50. RGB value is (94,159,80). Sum of RGB (Red+Green+Blue) = 94+159+80=333 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.23% from 333); Green value is 159 (62.5% from 255 or 47.75% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 159 - color contains mainly: green. Hex color #5E9F50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9F50 is #A160AF. Grayscale: #828282. Windows color (decimal): -10576048 or 5283678. OLE color: 5283678.

HSL color Cylindrical-coordinate representation of color #5E9F50: hue angle of 109.37º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E9F50 is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB9415980-
CMYK0.4100.500.38
HSL109.37º33.05%46.86%-
HSV(B)109.37º49.69%62.35%-
XYZ18.4627.7611.97-
YUV130.5699.47101.92-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.23%
GREEN value IS 159 (62.5% from 255) = 47.75%
BLUE value IS 80 (31.64% from 255) = 24.02%
R=28.23%
G=47.75%
B=24.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal94159800.4100.500.38109.3733.0546.86
Hex5E9F5029032266d212f
Octal13623712051062461554157
Binary101111010011111101000010100101100101001101101101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,159,80); }

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

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

 a { background-color: rgb(94,159,80); }

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

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

 span { border-color: rgb(94,159,80); }

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