#5E9A5B

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

Shades of Hippie Green #5E9A5B

Tints of Hippie Green #5E9A5B

Color information

#5E9A5B (or 0x5E9A5B) is unknown color: approx Hippie Green. HEX triplet: 5E, 9A and 5B. RGB value is (94,154,91). Sum of RGB (Red+Green+Blue) = 94+154+91=339 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.73% from 339); Green value is 154 (60.55% from 255 or 45.43% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 154 - color contains mainly: green. Hex color #5E9A5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9A5B is #A165A4. Grayscale: #818181. Windows color (decimal): -10577317 or 6003294. OLE color: 6003294.

HSL color Cylindrical-coordinate representation of color #5E9A5B: hue angle of 117.14º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E9A5B is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB9415491-
CMYK0.3900.410.40
HSL117.14º25.71%48.04%-
HSV(B)117.14º40.91%60.39%-
XYZ18.0626.2514.01-
YUV128.88106.62103.12-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.73%
GREEN value IS 154 (60.55% from 255) = 45.43%
BLUE value IS 91 (35.94% from 255) = 26.84%
R=27.73%
G=45.43%
B=26.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal94154910.3900.410.40117.1425.7148.04
Hex5E9A5B2702928751a30
Octal13623213347051501653260
Binary10111101001101010110111001110101001101000111010111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,154,91); }

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

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

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

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

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

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

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