#5E9F54

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

Shades of Hippie Green #5E9F54

Tints of Hippie Green #5E9F54

Color information

#5E9F54 (or 0x5E9F54) is unknown color: approx Hippie Green. HEX triplet: 5E, 9F and 54. RGB value is (94,159,84). Sum of RGB (Red+Green+Blue) = 94+159+84=337 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.89% from 337); Green value is 159 (62.5% from 255 or 47.18% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 159 - color contains mainly: green. Hex color #5E9F54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9F54 is #A160AB. Grayscale: #838383. Windows color (decimal): -10576044 or 5545822. OLE color: 5545822.

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

Color convert

RGB9415984-
CMYK0.4100.470.38
HSL112º30.86%47.65%-
HSV(B)112º47.17%62.35%-
XYZ18.6127.8212.78-
YUV131.01101.47101.6-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.89%
GREEN value IS 159 (62.5% from 255) = 47.18%
BLUE value IS 84 (33.20% from 255) = 24.93%
R=27.89%
G=47.18%
B=24.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal94159840.4100.470.3811230.8647.65
Hex5E9F542902F26701f30
Octal13623712451057461603760
Binary10111101001111110101001010010101111100110111000011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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