#5A9B56

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

Shades of Hippie Green #5A9B56

Tints of Hippie Green #5A9B56

Color information

#5A9B56 (or 0x5A9B56) is unknown color: approx Hippie Green. HEX triplet: 5A, 9B and 56. RGB value is (90,155,86). Sum of RGB (Red+Green+Blue) = 90+155+86=331 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.19% from 331); Green value is 155 (60.94% from 255 or 46.83% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 155 - color contains mainly: green. Hex color #5A9B56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9B56 is #A564A9. Grayscale: #7F7F7F. Windows color (decimal): -10839210 or 5675866. OLE color: 5675866.

HSL color Cylindrical-coordinate representation of color #5A9B56: hue angle of 116.52º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5A9B56 is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB9015586-
CMYK0.4200.450.39
HSL116.52º28.63%47.25%-
HSV(B)116.52º44.52%60.78%-
XYZ17.6226.2912.95-
YUV127.7104.47101.11-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.19%
GREEN value IS 155 (60.94% from 255) = 46.83%
BLUE value IS 86 (33.98% from 255) = 25.98%
R=27.19%
G=46.83%
B=25.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal90155860.4200.450.39116.5228.6347.25
Hex5A9B562A02D27751d2f
Octal13223312652055471653557
Binary10110101001101110101101010100101101100111111010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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