#5A9658

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

Shades of Hippie Green #5A9658

Tints of Hippie Green #5A9658

Color information

#5A9658 (or 0x5A9658) is unknown color: approx Hippie Green. HEX triplet: 5A, 96 and 58. RGB value is (90,150,88). Sum of RGB (Red+Green+Blue) = 90+150+88=328 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.44% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 88 (34.77% from 255 or 26.83% from 328); Max value from RGB is 150 - color contains mainly: green. Hex color #5A9658 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9658 is #A569A7. Grayscale: #7D7D7D. Windows color (decimal): -10840488 or 5805658. OLE color: 5805658.

HSL color Cylindrical-coordinate representation of color #5A9658: hue angle of 118.06º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A9658 is Cyan = 0.4, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB9015088-
CMYK0.400.410.41
HSL118.06º26.05%46.67%-
HSV(B)118.06º41.33%58.82%-
XYZ16.8824.6913.11-
YUV124.99107.12103.04-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.44%
GREEN value IS 150 (58.98% from 255) = 45.73%
BLUE value IS 88 (34.77% from 255) = 26.83%
R=27.44%
G=45.73%
B=26.83%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal90150880.400.410.41118.0626.0546.67
Hex5A96582802929761a2f
Octal13222613050051511663257
Binary10110101001011010110001010000101001101001111011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,150,88); }

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

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

 a { background-color: rgb(90,150,88); }

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

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

 span { border-color: rgb(90,150,88); }

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