#5A9556

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

Shades of Hippie Green #5A9556

Tints of Hippie Green #5A9556

Color information

#5A9556 (or 0x5A9556) is unknown color: approx Hippie Green. HEX triplet: 5A, 95 and 56. RGB value is (90,149,86). Sum of RGB (Red+Green+Blue) = 90+149+86=325 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.69% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 149 - color contains mainly: green. Hex color #5A9556 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9556 is #A56AA9. Grayscale: #7C7C7C. Windows color (decimal): -10840746 or 5674330. OLE color: 5674330.

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

Color convert

RGB9014986-
CMYK0.4000.420.42
HSL116.19º26.81%46.08%-
HSV(B)116.19º42.28%58.43%-
XYZ16.6424.3412.63-
YUV124.18106.45103.62-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.69%
GREEN value IS 149 (58.59% from 255) = 45.85%
BLUE value IS 86 (33.98% from 255) = 26.46%
R=27.69%
G=45.85%
B=26.46%

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
Decimal90149860.4000.420.42116.1926.8146.08
Hex5A95562802A2A741b2e
Octal13222512650052521643356
Binary10110101001010110101101010000101010101010111010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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