#5A9458

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

Shades of Hippie Green #5A9458

Tints of Hippie Green #5A9458

Color information

#5A9458 (or 0x5A9458) is unknown color: approx Hippie Green. HEX triplet: 5A, 94 and 58. RGB value is (90,148,88). Sum of RGB (Red+Green+Blue) = 90+148+88=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 148 - color contains mainly: green. Hex color #5A9458 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9458 is #A56BA7. Grayscale: #7C7C7C. Windows color (decimal): -10841000 or 5805146. OLE color: 5805146.

HSL color Cylindrical-coordinate representation of color #5A9458: hue angle of 118º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A9458 is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB9014888-
CMYK0.3900.410.42
HSL118º25.42%46.27%-
HSV(B)118º40.54%58.04%-
XYZ16.5724.0613-
YUV123.82107.78103.88-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.61%
GREEN value IS 148 (58.20% from 255) = 45.40%
BLUE value IS 88 (34.77% from 255) = 26.99%
R=27.61%
G=45.40%
B=26.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal90148880.3900.410.4211825.4246.27
Hex5A9458270292A76192e
Octal13222413047051521663156
Binary10110101001010010110001001110101001101010111011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,148,88); }

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

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

 a { background-color: rgb(90,148,88); }

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

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

 span { border-color: rgb(90,148,88); }

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