#5E9D54

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

Shades of Hippie Green #5E9D54

Tints of Hippie Green #5E9D54

Color information

#5E9D54 (or 0x5E9D54) is unknown color: approx Hippie Green. HEX triplet: 5E, 9D and 54. RGB value is (94,157,84). Sum of RGB (Red+Green+Blue) = 94+157+84=335 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.06% from 335); Green value is 157 (61.72% from 255 or 46.87% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 157 - color contains mainly: green. Hex color #5E9D54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9D54 is #A162AB. Grayscale: #828282. Windows color (decimal): -10576556 or 5545310. OLE color: 5545310.

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

Color convert

RGB9415784-
CMYK0.4000.460.38
HSL111.78º30.29%47.25%-
HSV(B)111.78º46.5%61.57%-
XYZ18.2727.1312.66-
YUV129.84102.13102.44-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.06%
GREEN value IS 157 (61.72% from 255) = 46.87%
BLUE value IS 84 (33.20% from 255) = 25.07%
R=28.06%
G=46.87%
B=25.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal94157840.4000.460.38111.7830.2947.25
Hex5E9D542802E26701e2f
Octal13623512450056461603657
Binary10111101001110110101001010000101110100110111000011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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