#5A9459

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

Shades of Hippie Green #5A9459

Tints of Hippie Green #5A9459

Color information

#5A9459 (or 0x5A9459) is unknown color: approx Hippie Green. HEX triplet: 5A, 94 and 59. RGB value is (90,148,89). Sum of RGB (Red+Green+Blue) = 90+148+89=327 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.52% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 148 - color contains mainly: green. Hex color #5A9459 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9459 is #A56BA6. Grayscale: #7C7C7C. Windows color (decimal): -10840999 or 5870682. OLE color: 5870682.

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

Color convert

RGB9014889-
CMYK0.3900.400.42
HSL118.98º24.89%46.47%-
HSV(B)118.98º39.86%58.04%-
XYZ16.6124.0713.22-
YUV123.93108.28103.8-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.52%
GREEN value IS 148 (58.20% from 255) = 45.26%
BLUE value IS 89 (35.16% from 255) = 27.22%
R=27.52%
G=45.26%
B=27.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal90148890.3900.400.42118.9824.8946.47
Hex5A9459270282A77192e
Octal13222413147050521673156
Binary10110101001010010110011001110101000101010111011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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