#5A8D5F

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

Shades of Hippie Green #5A8D5F

Tints of Hippie Green #5A8D5F

Color information

#5A8D5F (or 0x5A8D5F) is unknown color: approx Hippie Green. HEX triplet: 5A, 8D and 5F. RGB value is (90,141,95). Sum of RGB (Red+Green+Blue) = 90+141+95=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 141 (55.47% from 255 or 43.25% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 141 - color contains mainly: green. Hex color #5A8D5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8D5F is #A572A0. Grayscale: #787878. Windows color (decimal): -10842785 or 6262106. OLE color: 6262106.

HSL color Cylindrical-coordinate representation of color #5A8D5F: hue angle of 125.88º 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 #5A8D5F is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB9014195-
CMYK0.3600.330.45
HSL125.88º22.08%45.29%-
HSV(B)125.88º36.17%55.29%-
XYZ15.8122.0514.25-
YUV120.51113.6106.24-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.61%
GREEN value IS 141 (55.47% from 255) = 43.25%
BLUE value IS 95 (37.5% from 255) = 29.14%
R=27.61%
G=43.25%
B=29.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal90141950.3600.330.45125.8822.0845.29
Hex5A8D5F240212D7e162d
Octal13221513744041551762655
Binary10110101000110110111111001000100001101101111111010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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