#5E9C5E

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

Shades of Hippie Green #5E9C5E

Tints of Hippie Green #5E9C5E

Color information

#5E9C5E (or 0x5E9C5E) is unknown color: approx Hippie Green. HEX triplet: 5E, 9C and 5E. RGB value is (94,156,94). Sum of RGB (Red+Green+Blue) = 94+156+94=344 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.33% from 344); Green value is 156 (61.33% from 255 or 45.35% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 156 - color contains mainly: green. Hex color #5E9C5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9C5E is #A163A1. Grayscale: #828282. Windows color (decimal): -10576802 or 6200414. OLE color: 6200414.

HSL color Cylindrical-coordinate representation of color #5E9C5E: hue angle of 120º 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 #5E9C5E is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB9415694-
CMYK0.4000.400.39
HSL120º24.8%49.02%-
HSV(B)120º39.74%61.18%-
XYZ18.5226.9614.82-
YUV130.39107.46102.04-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.33%
GREEN value IS 156 (61.33% from 255) = 45.35%
BLUE value IS 94 (37.11% from 255) = 27.33%
R=27.33%
G=45.35%
B=27.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal94156940.4000.400.3912024.849.02
Hex5E9C5E2802827781931
Octal13623413650050471703161
Binary10111101001110010111101010000101000100111111100011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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