#5A8D55

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

Shades of Hippie Green #5A8D55

Tints of Hippie Green #5A8D55

Color information

#5A8D55 (or 0x5A8D55) is unknown color: approx Hippie Green. HEX triplet: 5A, 8D and 55. RGB value is (90,141,85). Sum of RGB (Red+Green+Blue) = 90+141+85=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 141 (55.47% from 255 or 44.62% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 141 - color contains mainly: green. Hex color #5A8D55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8D55 is #A572AA. Grayscale: #777777. Windows color (decimal): -10842795 or 5606746. OLE color: 5606746.

HSL color Cylindrical-coordinate representation of color #5A8D55: hue angle of 114.64º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A8D55 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB9014185-
CMYK0.3600.400.45
HSL114.64º24.78%44.31%-
HSV(B)114.64º39.72%55.29%-
XYZ15.3821.8812.01-
YUV119.37108.6107.05-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.48%
GREEN value IS 141 (55.47% from 255) = 44.62%
BLUE value IS 85 (33.59% from 255) = 26.90%
R=28.48%
G=44.62%
B=26.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal90141850.3600.400.45114.6424.7844.31
Hex5A8D55240282D73192c
Octal13221512544050551633154
Binary10110101000110110101011001000101000101101111001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,141,85); }

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

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

 a { background-color: rgb(90,141,85); }

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

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

 span { border-color: rgb(90,141,85); }

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