#5A9557

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

Shades of Hippie Green #5A9557

Tints of Hippie Green #5A9557

Color information

#5A9557 (or 0x5A9557) is unknown color: approx Hippie Green. HEX triplet: 5A, 95 and 57. RGB value is (90,149,87). Sum of RGB (Red+Green+Blue) = 90+149+87=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 87 (34.38% from 255 or 26.69% from 326); Max value from RGB is 149 - color contains mainly: green. Hex color #5A9557 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9557 is #A56AA8. Grayscale: #7C7C7C. Windows color (decimal): -10840745 or 5739866. OLE color: 5739866.

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

Color convert

RGB9014987-
CMYK0.4000.420.42
HSL117.1º26.27%46.27%-
HSV(B)117.1º41.61%58.43%-
XYZ16.6824.3612.84-
YUV124.29106.95103.54-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.61%
GREEN value IS 149 (58.59% from 255) = 45.71%
BLUE value IS 87 (34.38% from 255) = 26.69%
R=27.61%
G=45.71%
B=26.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal90149870.4000.420.42117.126.2746.27
Hex5A95572802A2A751a2e
Octal13222512750052521653256
Binary10110101001010110101111010000101010101010111010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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