#5A9457

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

Shades of Hippie Green #5A9457

Tints of Hippie Green #5A9457

Color information

#5A9457 (or 0x5A9457) is unknown color: approx Hippie Green. HEX triplet: 5A, 94 and 57. RGB value is (90,148,87). Sum of RGB (Red+Green+Blue) = 90+148+87=325 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.69% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 87 (34.38% from 255 or 26.77% from 325); Max value from RGB is 148 - color contains mainly: green. Hex color #5A9457 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9457 is #A56BA8. Grayscale: #7B7B7B. Windows color (decimal): -10841001 or 5739610. OLE color: 5739610.

HSL color Cylindrical-coordinate representation of color #5A9457: hue angle of 117.05º degrees, saturation: 0.26, 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 #5A9457 is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB9014887-
CMYK0.3900.410.42
HSL117.05º25.96%46.08%-
HSV(B)117.05º41.22%58.04%-
XYZ16.5324.0412.79-
YUV123.7107.28103.96-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.69%
GREEN value IS 148 (58.20% from 255) = 45.54%
BLUE value IS 87 (34.38% from 255) = 26.77%
R=27.69%
G=45.54%
B=26.77%

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
Decimal90148870.3900.410.42117.0525.9646.08
Hex5A9457270292A751a2e
Octal13222412747051521653256
Binary10110101001010010101111001110101001101010111010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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