#5A8D5D

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

Shades of Hippie Green #5A8D5D

Tints of Hippie Green #5A8D5D

Color information

#5A8D5D (or 0x5A8D5D) is unknown color: approx Hippie Green. HEX triplet: 5A, 8D and 5D. RGB value is (90,141,93). Sum of RGB (Red+Green+Blue) = 90+141+93=324 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.78% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 141 - color contains mainly: green. Hex color #5A8D5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8D5D is #A572A2. Grayscale: #787878. Windows color (decimal): -10842787 or 6131034. OLE color: 6131034.

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

Color convert

RGB9014193-
CMYK0.3600.340.45
HSL123.53º22.08%45.29%-
HSV(B)123.53º36.17%55.29%-
XYZ15.7222.0113.78-
YUV120.28112.6106.4-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.78%
GREEN value IS 141 (55.47% from 255) = 43.52%
BLUE value IS 93 (36.72% from 255) = 28.70%
R=27.78%
G=43.52%
B=28.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal90141930.3600.340.45123.5322.0845.29
Hex5A8D5D240222D7c162d
Octal13221513544042551742655
Binary10110101000110110111011001000100010101101111110010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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